mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Fixed issue with snow not dissapearing
This commit is contained in:
@@ -1975,6 +1975,8 @@ function onepage_load(){
|
|||||||
song_title = "";
|
song_title = "";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
$("#snow").remove();
|
||||||
|
|
||||||
$("meta[name=theme-color]").attr("content", "#2D2D2D");
|
$("meta[name=theme-color]").attr("content", "#2D2D2D");
|
||||||
|
|
||||||
if(!Helper.mobilecheck() && !user_auth_avoid){
|
if(!Helper.mobilecheck() && !user_auth_avoid){
|
||||||
|
|||||||
Reference in New Issue
Block a user