Merge pull request #202 from zoff-music/fix/no-snow-channel

No snow on channel
This commit is contained in:
Kasper Rynning-Tønnesen
2017-11-02 17:04:00 +01:00
committed by GitHub
2 changed files with 3 additions and 3 deletions

View File

@@ -1976,7 +1976,7 @@ function onepage_load(){
song_title = "";
}
$("#snow").remove();
//$("#snow").remove();
$("meta[name=theme-color]").attr("content", "#2D2D2D");

View File

@@ -193,9 +193,9 @@ var Player = {
$("#player").css("opacity", "1");
if(!Helper.mobilecheck()) {
$("#channel-load").css("display", "none");
if(Frontpage.winter && $("#snow").length == 0) {
/*if(Frontpage.winter && $("#snow").length == 0) {
$("#video-container").prepend('<div id="snow" class="snow-channel"></div>');
}
}*/
}
}
playing = true;