mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-12-08 20:48:48 +00:00
onepage working
This commit is contained in:
@@ -49,7 +49,7 @@ var Playercontrols = {
|
||||
|
||||
play_pause: function()
|
||||
{
|
||||
console.log("play pause");
|
||||
|
||||
if(Youtube.ytplayer.getPlayerState() == 1)
|
||||
{
|
||||
Youtube.ytplayer.pauseVideo();
|
||||
|
||||
Reference in New Issue
Block a user