Better snowfall

This commit is contained in:
Kasper Rynning-Tønnesen
2016-11-22 11:09:30 +01:00
parent fb07076d25
commit 4682d7dca6
4 changed files with 50 additions and 4 deletions

View File

@@ -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();
}
}