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

View File

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