all repos — honk @ f87248c968b887388166d876bd8b9dabd22bc695

my fork of honk

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

f87248c968b887388166d876bd8b9dabd22bc695

parent

1d3b7712ff6a76d511977cdf42d23040fa176de0

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);