oops forgot to change the date

這個提交存在於:
Yohan Simard 2020-03-10 17:31:18 +01:00
父節點 31cdb4aea0
當前提交 c7dfbe50e6

查看文件

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