don't show captcha on first start
This commit is contained in:
parent
5875347966
commit
16d0489cd7
@ -884,8 +884,6 @@ function Chat(domElem, channel, options) {
|
||||
// send captcha solution
|
||||
self.connection.send({Captcha: { ID: id, Solution: solution}});
|
||||
});
|
||||
// begin login sequence
|
||||
this.login();
|
||||
}
|
||||
|
||||
Chat.prototype.clear = function () {
|
||||
|
Reference in New Issue
Block a user