mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
commented out initSlider()
This commit is contained in:
@@ -3,7 +3,7 @@ function initYoutubeControls(player)
|
||||
if(player != undefined)
|
||||
{
|
||||
ytplayer = player;
|
||||
initSlider();
|
||||
//initSlider();
|
||||
durationFixer = setInterval(durationSetter, 1000);
|
||||
}else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user