fx off until feb
This commit is contained in:
parent
466a4e8cd5
commit
32bdba2c8e
@ -48,7 +48,10 @@ function updateFX() {
|
|||||||
|
|
||||||
const now = new Date();
|
const now = new Date();
|
||||||
|
|
||||||
if (now.getTime() > 1505696400000)
|
// 1517443200000
|
||||||
|
// 1505696400000
|
||||||
|
|
||||||
|
if (now.getTime() > 1517443200000)
|
||||||
getFx();
|
getFx();
|
||||||
|
|
||||||
const mod = delay - (now.getTime() % delay);
|
const mod = delay - (now.getTime() % delay);
|
||||||
|
Loading…
Reference in New Issue
Block a user