add a space after name in reply
This commit is contained in:
parent
efa9498c50
commit
1f06c1e540
|
@ -16,7 +16,7 @@ function showhonkform(rid, hname) {
|
|||
if (rid) {
|
||||
el.children[0].innerHTML = "tonking " + rid
|
||||
el.children[1].value = rid
|
||||
el.children[3].value = "@" + hname
|
||||
el.children[3].value = "@" + hname + " "
|
||||
} else {
|
||||
el.children[0].innerHTML = ""
|
||||
el.children[1].value = ""
|
||||
|
|
Loading…
Reference in New Issue