diff --git a/client/js/shout.js b/client/js/shout.js index a94a965..cc62bfc 100644 --- a/client/js/shout.js +++ b/client/js/shout.js @@ -421,7 +421,8 @@ $(function() { favico.badge("!"); if (Notification.permission === 'granted') { var n = new Notification( msg.from + ' - ' + btn.data('title'), { - body: msg.text + body: msg.text, + icon: '/img/favicon.png' } ); n.onclick = function() { window.focus();