Fixed issue with snow not dissapearing

This commit is contained in:
Kasper Rynning-Tønnesen
2017-11-02 13:14:52 +01:00
parent 3fef6379dc
commit a81bd8600a

View File

@@ -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){