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.7 -r1.10.2.8 --- openacs-4/packages/xowiki/www/resources/chat-common.js 2 Apr 2020 18:09:49 -0000 1.10.2.7 +++ openacs-4/packages/xowiki/www/resources/chat-common.js 2 Apr 2020 18:12:10 -0000 1.10.2.8 @@ -98,9 +98,6 @@ // Render the data, being a user or a message function renderData(json) { - var notificationBtn = document.getElementById('enableNotifications'); -notificationBtn.addEventListener("click", askNotificationPermission); - if (json.type == "message") { renderMessage(json); // Produce tab notification