Merge pull request #201 from zoff-music/fix/snow-fix

Fixed issue with snow not dissapearing
This commit is contained in:
Kasper Rynning-Tønnesen
2017-11-02 13:15:31 +01:00
committed by GitHub

View File

@@ -1976,6 +1976,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){