Display the number of notifications on page title.

This commit is contained in:
Pierre HUBERT
2018-11-24 16:01:45 +01:00
parent d49b04e6fb
commit 46bb22b17b
15 changed files with 89 additions and 11 deletions

View File

@ -52,7 +52,7 @@ ComunicWeb.pages.settings.main = {
var section = ComunicWeb.pages.settings.sectionsList[section];
//Update document title
document.title += " - " + section.title;
ComunicWeb.common.pageTitle.setTitle("Settings - " + section.title);
//Call handler
eval(section.handler + "(args, rightArea);");