Change Easter Eggs

This commit is contained in:
Mister Rajoy
2021-01-16 15:05:46 +01:00
parent baab039506
commit f451411c88

View File

@@ -716,9 +716,9 @@
if ( if (
(d.getDate() >= 18 && d.getMonth() == 11) || (d.getDate() >= 18 && d.getMonth() == 11) ||
(d.getDate() >= 10 && d.getMonth() == 0) (d.getDate() <= 10 && d.getMonth() == 0)
) { ) {
startChristmas(); //startChristmas();
} }
} }