mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Mobile playbar
This commit is contained in:
@@ -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){}
|
||||
|
||||
Reference in New Issue
Block a user