From 24d18ff59911022f8f41c39e9bedb9697297a30d Mon Sep 17 00:00:00 2001 From: Jeff Becker Date: Wed, 6 Jul 2016 08:12:56 -0400 Subject: [PATCH] hide captcha by default --- contrib/js/livechan.js | 1 + 1 file changed, 1 insertion(+) diff --git a/contrib/js/livechan.js b/contrib/js/livechan.js index d944cb1..1e9912b 100644 --- a/contrib/js/livechan.js +++ b/contrib/js/livechan.js @@ -884,6 +884,7 @@ function Chat(domElem, channel, options) { // send captcha solution self.connection.send({Captcha: { ID: id, Solution: solution}}); }); + this.captcha.hide(); } Chat.prototype.clear = function () {