From 52d401270fa03c255e39e5c743e56a3d3bcba1e6 Mon Sep 17 00:00:00 2001 From: Jeff Becker Date: Mon, 16 Jan 2017 14:49:32 -0500 Subject: [PATCH] more --- contrib/js/nntpchan/post-reply.js | 1 + 1 file changed, 1 insertion(+) diff --git a/contrib/js/nntpchan/post-reply.js b/contrib/js/nntpchan/post-reply.js index dd1144e..0934bd7 100644 --- a/contrib/js/nntpchan/post-reply.js +++ b/contrib/js/nntpchan/post-reply.js @@ -40,6 +40,7 @@ function ReplyBox() { elem = document.createElement("input"); elem.setAttribute("name", "name"); elem.setAttribute("value", "Anonymous"); + this.name = elem; span.appendChild(elem); // error message var err_elem = document.createElement("span");