oops forgot to change the date
Este commit está contenido en:
padre
31cdb4aea0
commit
c7dfbe50e6
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
|
|
@ -27,7 +27,7 @@ export default class AprilFoolsManager {
|
|||
|
||||
constructor() {
|
||||
let today = new Date();
|
||||
this.aprilFoolsEnabled = (today.getDate() === 10 && today.getMonth() === 2); // TODO changer date !
|
||||
this.aprilFoolsEnabled = (today.getDate() === 1 && today.getMonth() === 3);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Cargando…
Referenciar en una nueva incidencia