mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-12-08 20:48:48 +00:00
fixed the player showing on mobile, and removed the loading of video from mobile
This commit is contained in:
@@ -74,11 +74,12 @@ function updateList()
|
||||
}
|
||||
}
|
||||
}
|
||||
myScroll.refresh();
|
||||
if(window.mobilecheck())
|
||||
{
|
||||
document.getElementById("player").style.display="none";
|
||||
ytplayer.pauseVideo();
|
||||
}else{
|
||||
myScroll.refresh();
|
||||
}
|
||||
if(!adminTogg)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user