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

View File

@@ -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 () {