Update path to icon for notifications

This commit is contained in:
Felix Eckhofer 2014-03-18 10:53:23 +01:00
parent d18cc78626
commit 9d0fb6b0cd

View file

@ -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