mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-12-08 20:48:48 +00:00
Removed the player fully from mobile website, and prevents the mobile from loading the video in the first place
This commit is contained in:
@@ -76,8 +76,8 @@ function updateList()
|
||||
}
|
||||
if(window.mobilecheck())
|
||||
{
|
||||
document.getElementById("player").style.display="none";
|
||||
ytplayer.pauseVideo();
|
||||
//document.getElementById("player").style.display="none";
|
||||
//ytplayer.pauseVideo();
|
||||
}else{
|
||||
myScroll.refresh();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user