Fixed christmas.
This commit is contained in:
parent
1a40c11a54
commit
3a3386ed83
1 changed files with 1 additions and 1 deletions
|
@ -114,7 +114,7 @@ document.addEventListener('DOMContentLoaded', () => {
|
|||
|
||||
var d: Date = new Date;
|
||||
|
||||
if(d.getMonth() === 11 && d.getDay() >= 5 && d.getDay() <= 25)
|
||||
if(d.getMonth() === 11 && d.getDate() > 5 && d.getDate() < 27)
|
||||
mszEventChristmas();
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue