Index: openacs-4/packages/xowiki/www/resources/chat-common.js =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowiki/www/resources/Attic/chat-common.js,v diff -u -r1.10.2.10 -r1.10.2.11 --- openacs-4/packages/xowiki/www/resources/chat-common.js 3 Apr 2020 07:10:11 -0000 1.10.2.10 +++ openacs-4/packages/xowiki/www/resources/chat-common.js 3 Apr 2020 07:20:35 -0000 1.10.2.11 @@ -111,8 +111,9 @@ function renderData(json) { if (json.type == "message") { renderMessage(json); - // Produce tab notification + // Produce notifications if (windowInactive) { + // Tab notification notifications++; var newTitle = '(' + notifications + ') ' + title; document.title = newTitle;