Better namechange-setter initally

This commit is contained in:
Kasper Rynning-Tønnesen
2018-03-15 14:26:05 +01:00
parent 572df5a8e5
commit 6d97345719
6 changed files with 14 additions and 26 deletions

View File

@@ -22,12 +22,6 @@ var Crypt = {
}
if(window.location.pathname != "/") {
try {
//Crypt.conf_pass = Crypt.decrypt(Crypt.getCookie(chan.toLowerCase()), chan.toLowerCase());
} catch(err) {
//Crypt.conf_pass = Crypt.decrypt(Crypt.create_cookie(chan.toLowerCase()), chan.toLowerCase());
}
Hostcontroller.change_enabled(conf_arr.remote);
if(conf_arr.width != 100) Player.set_width(conf_arr.width);
}