projects
/
ympd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9212e3a
)
changed timeout for notification to 3 secs
author
Andrew Karpow
<andy@ndyk.de>
Fri, 17 Jan 2014 18:04:33 +0000
(19:04 +0100)
committer
Andrew Karpow
<andy@ndyk.de>
Fri, 17 Jan 2014 18:04:33 +0000
(19:04 +0100)
htdocs/js/mpd.js
patch
|
blob
|
history
diff --git
a/htdocs/js/mpd.js
b/htdocs/js/mpd.js
index
4a701eb
..
15e86c6
100644
(file)
--- a/
htdocs/js/mpd.js
+++ b/
htdocs/js/mpd.js
@@
-440,7
+440,7
@@
function songNotify(artist, title) {
notification.show();
setTimeout(function(notification) {
notification.cancel();
- },
2
000, notification);
+ },
3
000, notification);
} else {
window.webkitNotifications.requestPermission();
}