hide captcha by default
This commit is contained in:
parent
16d0489cd7
commit
24d18ff599
@ -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 () {
|
||||
|
Reference in New Issue
Block a user