all repos — honk @ 7153516164f62a95cde2df5d9672c2b0cfbe0f9c

my fork of honk

the sillyscript bites again. two functions with the same name don't work so great.
Ted Unangst tedu@tedunangst.com
Tue, 27 Aug 2019 16:33:44 -0400
commit

7153516164f62a95cde2df5d9672c2b0cfbe0f9c

parent

b82840f8cbf6960766aa4eefd945bb65e70037f1

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

jump to
M views/honkpage.htmlviews/honkpage.html

@@ -68,7 +68,7 @@ el.innerHTML = "bonked"

el.disabled = true post("/bonk", "CSRF={{ $BonkCSRF }}&xid=" + escape(xid)) } -function bonk(el, xid) { +function unbonk(el, xid) { el.innerHTML = "unbonked" el.disabled = true post("/zonkit", "CSRF={{ $BonkCSRF }}&wherefore=unbonk&what=" + escape(xid))