From c1c2ed2ddaa9210a5e4f6ce54a6a1bd445c44bed Mon Sep 17 00:00:00 2001 From: Jeff Becker Date: Mon, 16 Jan 2017 14:24:33 -0500 Subject: [PATCH] add to document --- 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 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) {