From 3c61aad46c0cdc0a302b897b6a6c2754d5e86537 Mon Sep 17 00:00:00 2001 From: Jeff Becker Date: Mon, 16 Jan 2017 14:47:37 -0500 Subject: [PATCH] more --- contrib/js/nntpchan/post-reply.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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;