mirror of
https://github.com/KevinMidboe/zoff.git
synced 2026-09-13 19:42:09 +00:00
Reimplemented the playpause function on desktop
This commit is contained in:
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Vendored
+1
-1
File diff suppressed because one or more lines are too long
+4
-4
@@ -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