mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
No appends for iphone
This commit is contained in:
@@ -2,7 +2,7 @@ var Playercontrols = {
|
||||
|
||||
initYoutubeControls: function(player)
|
||||
{
|
||||
if(window.mobilecheck()){
|
||||
if(window.mobilecheck() && !/iPad|iPhone|iPod/.test(navigator.userAgent) && !window.MSStream){
|
||||
$("#controls").appendTo("#playbar");
|
||||
}
|
||||
setInterval(Playercontrols.durationSetter, 1000);
|
||||
|
||||
Reference in New Issue
Block a user