changed timeout for notification to 3 secs

This commit is contained in:
Andrew Karpow 2014-01-17 19:04:33 +01:00
parent 9212e3af29
commit e15d0600ee
1 changed files with 1 additions and 1 deletions

View File

@ -440,7 +440,7 @@ function songNotify(artist, title) {
notification.show();
setTimeout(function(notification) {
notification.cancel();
}, 2000, notification);
}, 3000, notification);
} else {
window.webkitNotifications.requestPermission();
}