Archived
1
0

don't show captcha on first start

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

View File

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