projects
/
ympd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0730673
)
change notification cookie from session to "permanent"
author
ajs124
<ajs@online.de>
Sat, 24 May 2014 01:12:51 +0000
(
03:12
+0200)
committer
ajs124
<ajs@online.de>
Sat, 24 May 2014 01:12:51 +0000
(
03:12
+0200)
htdocs/js/mpd.js
patch
|
blob
|
history
diff --git
a/htdocs/js/mpd.js
b/htdocs/js/mpd.js
index
a0a0cd0
..
b6db9af
100644
(file)
--- a/
htdocs/js/mpd.js
+++ b/
htdocs/js/mpd.js
@@
-502,7
+502,7
@@
$('#btnnotify').on('click', function (e) {
}
if (permission === "granted") {
- $.cookie("notification", true);
+ $.cookie("notification", true
, { expires: 424242 }
);
$('btnnotify').addClass("active");
}
});