restore disabled listener
This commit is contained in:
parent
67d881b2cf
commit
c642bce984
@ -161,6 +161,9 @@ define([
|
|||||||
});
|
});
|
||||||
};
|
};
|
||||||
|
|
||||||
|
addEnterListener($confirm, function () {
|
||||||
|
$register.click();
|
||||||
|
});
|
||||||
addEnterListener($password_register, function () {
|
addEnterListener($password_register, function () {
|
||||||
$login.click();
|
$login.click();
|
||||||
});
|
});
|
||||||
@ -354,7 +357,9 @@ define([
|
|||||||
|
|
||||||
APP.setNotice(Cryptpad.Messages.login_hashing);
|
APP.setNotice(Cryptpad.Messages.login_hashing);
|
||||||
|
|
||||||
|
// inform the user that we're hashing their password
|
||||||
revealNotice(true);
|
revealNotice(true);
|
||||||
|
|
||||||
revealLogin(false, function () {
|
revealLogin(false, function () {
|
||||||
window.setTimeout(function () {
|
window.setTimeout(function () {
|
||||||
resetUI();
|
resetUI();
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user