more
This commit is contained in:
parent
0c15c22ca2
commit
aafe3ad2a8
@ -52,7 +52,7 @@ function ReplyBox() {
|
||||
elem.setAttribute("value", "");
|
||||
this.subject = elem;
|
||||
// submit
|
||||
var submit = document.createElement("button");
|
||||
var submit = document.createElement("input");
|
||||
submit.setAttribute("value", "reply");
|
||||
submit.setAttribute("class", "button");
|
||||
table_insert_row(tbody, document.createTextNode("Subject"), [elem, submit]);
|
||||
|
Reference in New Issue
Block a user