Renamed youtube.js to player.js and trying to get mobileplayer to work correctly

This commit is contained in:
Kasper Rynning-Tønnesen
2016-02-22 08:38:02 +01:00
parent 4891efecb0
commit fb9cf776b0
12 changed files with 145 additions and 136 deletions

View File

@@ -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();
});