mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Removed snow
This commit is contained in:
2
static/dist/frontpage.min.js
vendored
2
static/dist/frontpage.min.js
vendored
File diff suppressed because one or more lines are too long
4
static/dist/main.min.js
vendored
4
static/dist/main.min.js
vendored
File diff suppressed because one or more lines are too long
@@ -26,6 +26,8 @@ var Nochan = {
|
|||||||
|
|
||||||
blob_list: [],
|
blob_list: [],
|
||||||
|
|
||||||
|
winter: false,
|
||||||
|
|
||||||
populate_channels: function(lists)
|
populate_channels: function(lists)
|
||||||
{
|
{
|
||||||
var output = "";
|
var output = "";
|
||||||
@@ -241,7 +243,7 @@ $(document).ready(function (){
|
|||||||
window.location.href = 'https://www.youtube.com/v/0IGsNdVoEh0?autoplay=1&showinfo=0&autohide=1';
|
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){
|
/*if(navigator.userAgent.toLowerCase().indexOf("android") > -1){
|
||||||
//console.log("android");
|
//console.log("android");
|
||||||
|
|||||||
Reference in New Issue
Block a user