Fix freeze effect after typing a wrong password in login/register

This commit is contained in:
yflory
2020-02-11 14:03:06 +01:00
parent bd163e65f3
commit 035707bd38
4 changed files with 7 additions and 3 deletions

View File

@@ -484,7 +484,7 @@ define([
stopListening(listener);
cb();
});
listener = listenForKeys(close, close);
listener = listenForKeys(close, close, frame);
var $ok = $(ok).click(close);
document.body.appendChild(frame);