restore disabled listener

pull/1/head
ansuz 2017-02-09 10:31:00 +01:00
parent 67d881b2cf
commit c642bce984
1 changed files with 5 additions and 0 deletions

View File

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