Merge pull request #237 from tribut/patch-3

Update path to icon for notifications
This commit is contained in:
David Cormier 2014-03-18 09:23:47 -04:00
commit d90a2a9e45
1 changed files with 1 additions and 1 deletions

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