all repos — honk @ bab874e9ec656b494e7f199f778378aa4577599a

my fork of honk

fix
Anirudh Oppiliappan x@icyphox.sh
Tue, 08 Nov 2022 20:27:27 +0530
commit

bab874e9ec656b494e7f199f778378aa4577599a

parent

6128c89d504ea2d6cf5d50c9c315e2415004e91a

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M views/local.jsviews/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);