commented out initSlider()

This commit is contained in:
KasperRT
2014-12-14 15:23:14 +01:00
parent 6223a0b7d8
commit 0f5f9add5a

View File

@@ -3,7 +3,7 @@ function initYoutubeControls(player)
if(player != undefined)
{
ytplayer = player;
initSlider();
//initSlider();
durationFixer = setInterval(durationSetter, 1000);
}else
{