Updated resiable and width of overlay

This commit is contained in:
Kasper Rynning-Tønnesen
2016-12-15 16:06:35 +01:00
parent a7e16c7680
commit 06b96f827e
3 changed files with 8 additions and 6 deletions

View File

@@ -17,7 +17,7 @@ var Crypt = {
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);
//if(conf_arr.width != 100) Player.set_width(conf_arr.width);
if(conf_arr.name !== undefined && conf_arr.name !== "") Chat.namechange(conf_arr.name);
},