Update path to icon for notifications

l-merge-prefix
Felix Eckhofer 11 years ago
parent d18cc78626
commit 9d0fb6b0cd
  1. 2
      js/glowingbear.js

@ -951,7 +951,7 @@ weechat.controller('WeechatCtrl', ['$rootScope', '$scope', '$store', '$timeout',
var notification = new Notification(title, {
body: body,
icon: 'img/favicon.png'
icon: 'assets/img/favicon.png'
});
// Cancel notification automatically

Loading…
Cancel
Save