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
1 files changed,
1 insertions(+),
1 deletions(-)
jump to
M
views/honkpage.html
→
views/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))