fixed the player showing on mobile, and removed the loading of video from mobile

This commit is contained in:
kasperrt
2014-12-29 20:59:50 +01:00
parent 51322d3146
commit 94d9847850
3 changed files with 28 additions and 24 deletions

View File

@@ -74,11 +74,12 @@ function updateList()
}
}
}
myScroll.refresh();
if(window.mobilecheck())
{
document.getElementById("player").style.display="none";
ytplayer.pauseVideo();
}else{
myScroll.refresh();
}
if(!adminTogg)
{