From 4d2d62681b3ba27da4f869a4e8713374715427b6 Mon Sep 17 00:00:00 2001 From: Jeff Becker Date: Mon, 16 Jan 2017 14:48:02 -0500 Subject: [PATCH] more --- contrib/js/nntpchan/post-reply.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/js/nntpchan/post-reply.js b/contrib/js/nntpchan/post-reply.js index 46215d8..dd1144e 100644 --- a/contrib/js/nntpchan/post-reply.js +++ b/contrib/js/nntpchan/post-reply.js @@ -53,7 +53,7 @@ function ReplyBox() { this.subject = elem; // submit var submit = document.createElement("button"); - submit.setAttribute("value", "reply"); + submit.innerHTML = "reply"; table_insert_row(tbody, document.createTextNode("Subject"), [elem]); this.submit = submit;