mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Unmute?
This commit is contained in:
@@ -6,7 +6,7 @@ function initYoutubeControls(player)
|
||||
//initSlider();
|
||||
durationFixer = setInterval(durationSetter, 1000);
|
||||
}else
|
||||
{
|
||||
{
|
||||
tag = document.createElement('script');
|
||||
tag.src = "https://www.youtube.com/iframe_api";
|
||||
firstScriptTag = document.getElementsByTagName('script')[0];
|
||||
@@ -101,7 +101,7 @@ function initSlider()
|
||||
setVolume(ui.value);
|
||||
}
|
||||
});
|
||||
ytplayer.mute();
|
||||
//ytplayer.mute();
|
||||
$("#volume").slider("value", ytplayer.getVolume());
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user