Mobile playbar

This commit is contained in:
Kasper Rynning-Tønnesen
2015-11-27 17:20:52 +01:00
parent dfa5ce6bb8
commit 430369ba22
2 changed files with 3 additions and 3 deletions

File diff suppressed because one or more lines are too long

View File

@@ -9,7 +9,7 @@ var Youtube = {
document.getElementById('song-title').innerHTML = "Empty channel. Add some songs!"; document.getElementById('song-title').innerHTML = "Empty channel. Add some songs!";
$("#player_overlay").height($("#player").height()); $("#player_overlay").height($("#player").height());
//if(!window.mobilecheck()) $("#player_overlay").toggleClass("hide"); if(!window.mobilecheck()) $("#player_overlay").toggleClass("hide");
try{ try{
ytplayer.stopVideo(); ytplayer.stopVideo();
}catch(e){} }catch(e){}