...
|
...
|
@@ -949,7 +949,7 @@ $(document).on('click', function(e) { |
|
|
mailAc($accountInput1, function() {
|
|
|
return currentLogin.validateAccountLocal().then(function() {
|
|
|
return currentLogin.validateAccountAsync()
|
|
|
.always(authUntilThreeTimesAsync)
|
|
|
.then(authUntilThreeTimesAsync)
|
|
|
.then(showCaptchaImgPic);
|
|
|
});
|
|
|
});
|
...
|
...
|
@@ -958,7 +958,7 @@ mailAc($accountInput1, function() { |
|
|
$accountInput2.on('blur', function() {
|
|
|
return currentLogin.validateAccountLocal().then(function() {
|
|
|
return currentLogin.validateAccountAsync()
|
|
|
.always(authUntilThreeTimesAsync)
|
|
|
.then(authUntilThreeTimesAsync)
|
|
|
.then(showCaptchaImgPic);
|
|
|
});
|
|
|
});
|
...
|
...
|
|