diff --git a/www/notifications/inner.js b/www/notifications/inner.js index dfde1dd67..265cd8d5d 100644 --- a/www/notifications/inner.js +++ b/www/notifications/inner.js @@ -162,7 +162,7 @@ define([ $('.cp-app-notification-archived[data-hash="' + data.hash + '"]').css('display', 'flex'); } }); - const handler = function (e) { + const handler = function () { if (!notifsData) { return; }