Changed timing of when snow appears

This commit is contained in:
Kasper Rynning-Tønnesen
2017-01-19 16:45:29 +01:00
parent 6274ba6d5b
commit 107092277e
5 changed files with 36 additions and 7 deletions

View File

@@ -4,7 +4,7 @@ var Crypt = {
init: function(){
document.cookie = chan.toLowerCase() + '=; path=/' + chan.toLowerCase() + ';secure;expires=' + new Date(0).toUTCString();
document.cookie = chan.toLowerCase() + '=;path=/' + chan.toLowerCase() + ';secure;expires=' + new Date(0).toUTCString();
try{
conf_arr = Crypt.decrypt(Crypt.getCookie("_opt"), "_opt");