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.9 -r1.10.2.10 --- openacs-4/packages/xowiki/www/resources/chat-common.js 3 Apr 2020 07:07:29 -0000 1.10.2.9 +++ openacs-4/packages/xowiki/www/resources/chat-common.js 3 Apr 2020 07:10:11 -0000 1.10.2.10 @@ -60,9 +60,6 @@ window.onload = function () { var notificationButton = document.getElementById('enableNotifications'); if (notificationButton !== null) { - if(!('permission' in Notification)) { - Notification.permission = permission; - } if(Notification.permission === 'default') { // Add the listener to the button and show it, only if the // notification permission is 'default' (the user has not accepted