mirror of
https://github.com/pierre42100/ComunicWeb
synced 2025-06-19 12:25:16 +00:00
Display the number of notifications on page title.
This commit is contained in:
@ -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);");
|
||||
|
Reference in New Issue
Block a user