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'; }