diff --git a/client/js/shout.js b/client/js/shout.js index 4fe9bbed..99a89314 100644 --- a/client/js/shout.js +++ b/client/js/shout.js @@ -656,7 +656,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();