diff --git a/www/notifications/inner.js b/www/notifications/inner.js index fc3206ee6..d927f7de9 100644 --- a/www/notifications/inner.js +++ b/www/notifications/inner.js @@ -145,7 +145,7 @@ define([ common.mailbox.subscribe(["notifications", "reminders"], { onMessage: function (data, el) { - el.innerHTML = el.innerHTML.replace('') + el.innerHTML = el.innerHTML.replace(''); addNotification(data, el); }, onViewed: function (data) {