mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
No snow on channel
This commit is contained in:
@@ -1976,7 +1976,7 @@ function onepage_load(){
|
|||||||
song_title = "";
|
song_title = "";
|
||||||
}
|
}
|
||||||
|
|
||||||
$("#snow").remove();
|
//$("#snow").remove();
|
||||||
|
|
||||||
$("meta[name=theme-color]").attr("content", "#2D2D2D");
|
$("meta[name=theme-color]").attr("content", "#2D2D2D");
|
||||||
|
|
||||||
|
|||||||
@@ -193,9 +193,9 @@ var Player = {
|
|||||||
$("#player").css("opacity", "1");
|
$("#player").css("opacity", "1");
|
||||||
if(!Helper.mobilecheck()) {
|
if(!Helper.mobilecheck()) {
|
||||||
$("#channel-load").css("display", "none");
|
$("#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>');
|
$("#video-container").prepend('<div id="snow" class="snow-channel"></div>');
|
||||||
}
|
}*/
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
playing = true;
|
playing = true;
|
||||||
|
|||||||
Reference in New Issue
Block a user