From 9d0fb6b0cddc67c5b85e8246b0a4f8602795104c Mon Sep 17 00:00:00 2001 From: Felix Eckhofer Date: Tue, 18 Mar 2014 10:53:23 +0100 Subject: [PATCH] Update path to icon for notifications --- js/glowingbear.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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