Archived
1
0

hide captcha by default

This commit is contained in:
Jeff Becker 2016-07-06 08:12:56 -04:00
parent 16d0489cd7
commit 24d18ff599
No known key found for this signature in database
GPG Key ID: AB950234D6EA286B

View File

@ -884,6 +884,7 @@ function Chat(domElem, channel, options) {
// send captcha solution // send captcha solution
self.connection.send({Captcha: { ID: id, Solution: solution}}); self.connection.send({Captcha: { ID: id, Solution: solution}});
}); });
this.captcha.hide();
} }
Chat.prototype.clear = function () { Chat.prototype.clear = function () {