From dfdf4043f17f206ef2d66e65d0d2fab0cc6259f6 Mon Sep 17 00:00:00 2001 From: Jeff Becker Date: Mon, 16 Jan 2017 11:49:55 -0500 Subject: [PATCH] more --- contrib/js/nntpchan/reply.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/js/nntpchan/reply.js b/contrib/js/nntpchan/reply.js index c0f3fc8..52de7a0 100644 --- a/contrib/js/nntpchan/reply.js +++ b/contrib/js/nntpchan/reply.js @@ -115,7 +115,7 @@ function DynReply(rootElem) { DynReply.prototype.show = function() { console.log("show dynreply"); - this.update(); + this.updateCaptcha(); this.elem.style.display = 'inline'; }