This commit is contained in:
Kasper Rynning-Tønnesen
2015-04-13 18:24:31 +02:00
parent d43d8c4716
commit d8aff2fe44
2 changed files with 4 additions and 4 deletions

View File

@@ -3,9 +3,9 @@
<div class="row">
<div class="col l6 s12">
<h5 class="white-text">Zöff</h5>
<p class="grey-text text-lighten-4">The shared youtube radio</p>
<p class="grey-text text-lighten-4">The shared YouTube radio</p>
<p class="grey-text text-lighten-4">
Being built around the youtube search and video API
Being built around the YouTube search and video API
it enables the creation of collaboratiive and shared live playlists,
with billions of videos and songs to choose from, all for free and without registration.
<br>

View File

@@ -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());
}