mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Merge pull request #201 from zoff-music/fix/snow-fix
Fixed issue with snow not dissapearing
This commit is contained in:
@@ -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){
|
||||||
|
|||||||
Reference in New Issue
Block a user