mirror of
https://github.com/KevinMidboe/zoff.git
synced 2026-09-25 01:09:05 +00:00
Winter
This commit is contained in:
Vendored
+2
-2
File diff suppressed because one or more lines are too long
+1
-1
@@ -23,7 +23,7 @@ var Nochan = {
|
|||||||
|
|
||||||
blob_list: [],
|
blob_list: [],
|
||||||
|
|
||||||
winter: false,
|
winter: (new Date()).getMonth() >= 10 || (new Date()).getMonth() <= 1 ? true : false,
|
||||||
|
|
||||||
times_rotated: 0,
|
times_rotated: 0,
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user