mirror of
https://github.com/KevinMidboe/zoff.git
synced 2026-09-19 06:22:07 +00:00
Fixed weird width on first time
This commit is contained in:
Vendored
+2
-2
File diff suppressed because one or more lines are too long
+1
-1
@@ -11,7 +11,7 @@ var Crypt = {
|
|||||||
conf_pass = Crypt.decrypt(Crypt.create_cookie(chan.toLowerCase()), chan.toLowerCase());
|
conf_pass = Crypt.decrypt(Crypt.create_cookie(chan.toLowerCase()), chan.toLowerCase());
|
||||||
}
|
}
|
||||||
Hostcontroller.change_enabled(conf_arr.remote);
|
Hostcontroller.change_enabled(conf_arr.remote);
|
||||||
Youtube.set_width(conf_arr["width"]);
|
if(conf_arr["width"] != 100) Youtube.set_width(conf_arr["width"]);
|
||||||
},
|
},
|
||||||
|
|
||||||
decrypt: function(cookie, name){
|
decrypt: function(cookie, name){
|
||||||
|
|||||||
Reference in New Issue
Block a user