fix up button label after badonk
This commit is contained in:
parent
dac45c8af9
commit
2b87b84013
|
@ -59,6 +59,7 @@ function flogit(el, how, xid) {
|
|||
if (s[s.length-1] != "e") { s += "e" }
|
||||
s += "d"
|
||||
if (s == "untaged") s = "untagged"
|
||||
if (s == "reacted") s = "badonked"
|
||||
el.innerHTML = s
|
||||
el.disabled = true
|
||||
post("/zonkit", encode({"CSRF": csrftoken, "wherefore": how, "what": xid}))
|
||||
|
|
Loading…
Reference in New Issue