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");