Reimplemented the playpause function on desktop

This commit is contained in:
Kasper Rynning-Tønnesen
2016-03-30 15:54:39 +02:00
parent 5a64d2bb34
commit 83ebe7b47b
5 changed files with 8 additions and 8 deletions

View File

@@ -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: