diff --git a/contrib/js/nntpchan/post-reply.js b/contrib/js/nntpchan/post-reply.js index 8df57ff..46215d8 100644 --- a/contrib/js/nntpchan/post-reply.js +++ b/contrib/js/nntpchan/post-reply.js @@ -52,9 +52,8 @@ function ReplyBox() { elem.setAttribute("value", ""); this.subject = elem; // submit - var submit = document.createElement("input"); + var submit = document.createElement("button"); submit.setAttribute("value", "reply"); - submit.setAttribute("class", "button"); table_insert_row(tbody, document.createTextNode("Subject"), [elem]); this.submit = submit;