diff --git a/js/misc-functions.js b/js/misc-functions.js index e8454c3..64b11fa 100644 --- a/js/misc-functions.js +++ b/js/misc-functions.js @@ -1307,7 +1307,7 @@ function displayOrHideUnreadNotifications(notifications) { if(totNotif>0) { $('#unseen-notifications').html(totNotif); - document.title = window.siteTitle + ' (' + totNotif + ')'; // update html page title + document.title = '(' + totNotif + ') ' + window.siteTitle; // update html page title $('#unseen-notifications').show(); } else {