tangled
alpha
login
or
join now
dunkirk.sh
/
zera
5
fork
atom
the home site for me: also iteration 3 or 4 of my site
5
fork
atom
overview
issues
pulls
pipelines
chore: fix music display
dunkirk.sh
1 week ago
23f30dda
d96c865f
verified
This commit was signed with the committer's
known signature
.
dunkirk.sh
SSH Key Fingerprint:
SHA256:DqcG0RXYExE26KiWo3VxJnsxswN1QNfTBvB+bdSpk80=
+1
-1
1 changed file
expand all
collapse all
unified
split
templates
header.html
+1
-1
templates/header.html
···
55
55
return;
56
56
}
57
57
const item = data.value.item;
58
58
-
const expiry = parseInt(data.value.expiry, 10) * 1000;
58
58
+
const expiry = new Date(data.value.expiry).getTime();
59
59
const now = Date.now();
60
60
if (now > expiry) {
61
61
el.innerHTML = "";