Readded viewers, and removed fullscreenbutton on embed

This commit is contained in:
Kasper Rynning-Tønnesen
2016-01-27 15:36:40 +01:00
parent 5672f23a77
commit a9a7709b30
7 changed files with 8 additions and 11 deletions

View File

@@ -178,7 +178,6 @@ var Youtube = {
if(embed){
setTimeout(function(){
Youtube.ytplayer.seekTo(seekTo);
console.log("delayed search");
}, 1000);
}else
Youtube.ytplayer.seekTo(seekTo);