Browse Source

oops forgot to change the date

Yohan Simard 4 years ago
parent
commit
c7dfbe50e6
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      utils/AprilFoolsManager.js

+ 1
- 1
utils/AprilFoolsManager.js View File

@@ -27,7 +27,7 @@ export default class AprilFoolsManager {
27 27
 
28 28
     constructor() {
29 29
         let today = new Date();
30
-        this.aprilFoolsEnabled = (today.getDate() === 10 && today.getMonth() === 2); // TODO changer date !
30
+        this.aprilFoolsEnabled = (today.getDate() === 1 && today.getMonth() === 3);
31 31
     }
32 32
 
33 33
     /**

Loading…
Cancel
Save