fix
Anirudh Oppiliappan x@icyphox.sh
Tue, 08 Nov 2022 20:27:27 +0530
1 files changed,
1 insertions(+),
1 deletions(-)
jump to
M
views/local.js
→
views/local.js
@@ -18,6 +18,6 @@ return day + " " + month + year;
} } -var honkdate = document.getElementbyId("honkdate").value; +var honkdate = document.getElementById("honkdate").value; const ts = Date.parse(honkdate); honkdate.value = timeSince(ts);