stupid button

This commit is contained in:
Kasper Rynning-Tønnesen
2015-11-27 17:18:09 +01:00
parent a049d04cac
commit dfa5ce6bb8
2 changed files with 1 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

@@ -6,7 +6,6 @@ var Playercontrols = {
console.log(window.mobilecheck()) console.log(window.mobilecheck())
console.log($("#controls")); console.log($("#controls"));
$("#controls").appendTo("#playbar"); $("#controls").appendTo("#playbar");
ytplayer.pauseVideo();
//$("#controls").remove(); //$("#controls").remove();
} }
setInterval(Playercontrols.durationSetter, 1000); setInterval(Playercontrols.durationSetter, 1000);