diff --git a/client/js/shout.js b/client/js/shout.js index 46a15ef4..8c42b739 100644 --- a/client/js/shout.js +++ b/client/js/shout.js @@ -612,7 +612,8 @@ $(function() { if (settings.badge && Notification.permission === "granted") { var notify = new Notification(msg.from + " says:", { body: msg.text.trim(), - icon: "/img/logo-64.png" + icon: "/img/logo-64.png", + tag: target }); notify.onclick = function() { window.focus();