The bar is comming

This commit is contained in:
Kasper Rynning-Tønnesen
2015-11-27 17:13:03 +01:00
parent bc17384dc9
commit 011fbf4530
7 changed files with 24 additions and 31 deletions

View File

@@ -2,6 +2,12 @@ var Playercontrols = {
initYoutubeControls: function(player)
{
if(window.mobilecheck()){
console.log(window.mobilecheck())
console.log($("#controls"));
$("#controls").appendTo("#playbar");
//$("#controls").remove();
}
setInterval(Playercontrols.durationSetter, 1000);
Playercontrols.initControls();
},