mirror of
https://git.ari.lt/ari.lt/ari.lt.git
synced 2025-02-04 17:49:24 +01:00
Fix bday config
Signed-off-by: Ari Archer <ari.web.xyz@gmail.com>
This commit is contained in:
parent
e5f674c19b
commit
b4ddb249c3
1 changed files with 1 additions and 1 deletions
|
@ -134,7 +134,7 @@ const escape_HTML = (str) =>
|
||||||
}[tag] || tag)
|
}[tag] || tag)
|
||||||
);
|
);
|
||||||
|
|
||||||
const BIRTHDAY = new Date(2020, 9, 16, 0, 0, 0, 0); // Ari-web start: 2020/10/17
|
const BIRTHDAY = new Date(2020, 9, 17, 0, 0, 0, 0); // Ari-web start: 2020/10/17
|
||||||
|
|
||||||
/*
|
/*
|
||||||
let dt = new Date();
|
let dt = new Date();
|
||||||
|
|
Loading…
Add table
Reference in a new issue