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:
@@ -213,7 +213,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div id="controls" class="noselect">
|
||||
<div id="playpause" class="hide-on-large-only">
|
||||
<div id="playpause">
|
||||
<i id="play" class="mdi-av-play-arrow hide"></i>
|
||||
<i id="pause" class="mdi-av-pause"></i>
|
||||
</div>
|
||||
|
||||
2
static/dist/embed.min.js
vendored
2
static/dist/embed.min.js
vendored
File diff suppressed because one or more lines are too long
2
static/dist/frontpage.min.js
vendored
2
static/dist/frontpage.min.js
vendored
File diff suppressed because one or more lines are too long
2
static/dist/main.min.js
vendored
2
static/dist/main.min.js
vendored
File diff suppressed because one or more lines are too long
@@ -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