mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Reimplemented the playpause function on desktop
This commit is contained in:
@@ -116,13 +116,13 @@ var Player = {
|
||||
}
|
||||
break;
|
||||
case 2:
|
||||
if(window.mobilecheck() || embed)
|
||||
{
|
||||
/*if(window.mobilecheck() || embed)
|
||||
{*/
|
||||
paused = true;
|
||||
Playercontrols.play_pause_show();
|
||||
}
|
||||
/*}
|
||||
else
|
||||
Player.ytplayer.playVideo();
|
||||
Player.ytplayer.playVideo();*/
|
||||
//
|
||||
break;
|
||||
case 3:
|
||||
|
||||
Reference in New Issue
Block a user