restore disabled listener

pull/1/head
ansuz 8 years ago
parent 67d881b2cf
commit c642bce984

@ -161,6 +161,9 @@ define([
});
};
addEnterListener($confirm, function () {
$register.click();
});
addEnterListener($password_register, function () {
$login.click();
});
@ -354,7 +357,9 @@ define([
APP.setNotice(Cryptpad.Messages.login_hashing);
// inform the user that we're hashing their password
revealNotice(true);
revealLogin(false, function () {
window.setTimeout(function () {
resetUI();

Loading…
Cancel
Save