mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Working handlebars
This commit is contained in:
@@ -25,9 +25,7 @@ var Crypt = {
|
||||
Crypt.conf_pass = Crypt.decrypt(Crypt.create_cookie(chan.toLowerCase()), chan.toLowerCase());
|
||||
}
|
||||
|
||||
console.log("test");
|
||||
Hostcontroller.change_enabled(conf_arr.remote);
|
||||
console.log("test 2");
|
||||
if(conf_arr.width != 100) Player.set_width(conf_arr.width);
|
||||
if(conf_arr.name !== undefined && conf_arr.name !== "") Chat.namechange(conf_arr.name);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user