Removed the player fully from mobile website, and prevents the mobile from loading the video in the first place

This commit is contained in:
Kasper Rynning-Tønnesen
2015-02-09 00:36:09 +01:00
parent 68285a22f6
commit dfaf298809
3 changed files with 19 additions and 12 deletions

View File

@@ -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();
}