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:
@@ -42,12 +42,12 @@ $(document).ready(function(){
|
||||
});
|
||||
|
||||
|
||||
Youtube.setup_youtube_listener(chan);
|
||||
Player.setup_youtube_listener(chan);
|
||||
List.channel_listener();
|
||||
|
||||
window.onYouTubeIframeAPIReady = Youtube.onYouTubeIframeAPIReady;
|
||||
window.onYouTubeIframeAPIReady = Player.onYouTubeIframeAPIReady;
|
||||
|
||||
Youtube.loadPlayer();
|
||||
Player.loadPlayer();
|
||||
|
||||
Playercontrols.initSlider();
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user