ответвлён от vergnet/application-amicale
oops forgot to change the date
Этот коммит содержится в:
родитель
31cdb4aea0
коммит
c7dfbe50e6
1 изменённых файлов: 1 добавлений и 1 удалений
|
|
@ -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);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Загрузка…
Сослаться в новой задаче