diff --git a/js/glowingbear.js b/js/glowingbear.js index b39e003..a8a27c7 100644 --- a/js/glowingbear.js +++ b/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