mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Better snowfall
This commit is contained in:
@@ -373,5 +373,8 @@ function initfp(){
|
||||
window.location.href = 'http://etys.no';
|
||||
});
|
||||
|
||||
if(!Helper.mobilecheck() && Nochan.winter) Nochan.start_snowfall();
|
||||
if(!Helper.mobilecheck() && Nochan.winter) {
|
||||
$(".mega").prepend('<div id="snow"></div>');
|
||||
//Nochan.start_snowfall();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user