diff --git a/contrib/js/nntpchan/post-reply.js b/contrib/js/nntpchan/post-reply.js index 0e99e38..67dd6dd 100644 --- a/contrib/js/nntpchan/post-reply.js +++ b/contrib/js/nntpchan/post-reply.js @@ -86,6 +86,7 @@ function ReplyBox() { this.captcha_solution = elem; table.appendChild(tbody); this.elem.appendChild(table); + document.body.appendChild(this.elem); } ReplyBox.prototype.result = function(msg, color) {