Fixed christmas.

This commit is contained in:
flash 2019-12-09 03:45:15 +01:00
parent 1a40c11a54
commit 3a3386ed83

View file

@ -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();
});