mirror of
https://github.com/KevinMidboe/zoff.git
synced 2026-02-20 16:29:35 +00:00
Renamed youtube.js to player.js and trying to get mobileplayer to work correctly
This commit is contained in:
@@ -17,7 +17,7 @@ var Crypt = {
|
||||
conf_pass = Crypt.decrypt(Crypt.create_cookie(chan.toLowerCase()), chan.toLowerCase());
|
||||
}
|
||||
Hostcontroller.change_enabled(conf_arr.remote);
|
||||
if(conf_arr["width"] != 100) Youtube.set_width(conf_arr["width"]);
|
||||
if(conf_arr["width"] != 100) Player.set_width(conf_arr["width"]);
|
||||
},
|
||||
|
||||
decrypt: function(cookie, name){
|
||||
|
||||
Reference in New Issue
Block a user