mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Fixed weird width on first time
This commit is contained in:
4
static/dist/main.min.js
vendored
4
static/dist/main.min.js
vendored
File diff suppressed because one or more lines are too long
@@ -11,7 +11,7 @@ var Crypt = {
|
||||
conf_pass = Crypt.decrypt(Crypt.create_cookie(chan.toLowerCase()), chan.toLowerCase());
|
||||
}
|
||||
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){
|
||||
|
||||
Reference in New Issue
Block a user