mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-12-28 21:11:01 +00:00
states
This commit is contained in:
4
static/dist/main.min.js
vendored
4
static/dist/main.min.js
vendored
File diff suppressed because one or more lines are too long
@@ -52,6 +52,7 @@ var Playercontrols = {
|
|||||||
|
|
||||||
play_pause: function()
|
play_pause: function()
|
||||||
{
|
{
|
||||||
|
console.log(ytplayer.getPlayerState());
|
||||||
if(ytplayer.getPlayerState() == 1)
|
if(ytplayer.getPlayerState() == 1)
|
||||||
{
|
{
|
||||||
ytplayer.pauseVideo();
|
ytplayer.pauseVideo();
|
||||||
|
|||||||
Reference in New Issue
Block a user