This commit is contained in:
Kasper Rynning-Tønnesen
2016-11-22 11:04:04 +01:00
parent 65375765bc
commit fb07076d25
2 changed files with 3 additions and 3 deletions

View File

@@ -23,7 +23,7 @@ var Nochan = {
blob_list: [],
winter: false,
winter: (new Date()).getMonth() >= 10 || (new Date()).getMonth() <= 1 ? true : false,
times_rotated: 0,