Removed snow

This commit is contained in:
Kasper Rynning-Tønnesen
2016-01-07 22:27:21 +01:00
parent 153ed84547
commit 36a07f3bc6
3 changed files with 6 additions and 4 deletions

View File

@@ -26,6 +26,8 @@ var Nochan = {
blob_list: [],
winter: false,
populate_channels: function(lists)
{
var output = "";
@@ -241,7 +243,7 @@ $(document).ready(function (){
window.location.href = 'https://www.youtube.com/v/0IGsNdVoEh0?autoplay=1&showinfo=0&autohide=1';
});
if(!window.mobilecheck()) Nochan.start_snowfall();
if(!window.mobilecheck() && Nochan.winter) Nochan.start_snowfall();
/*if(navigator.userAgent.toLowerCase().indexOf("android") > -1){
//console.log("android");