Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
Thomas Citharel 2017-05-04 14:56:52 +02:00
parent 4cea76b0cf
commit 18e1da6277
2 changed files with 6 additions and 1 deletions

View file

@ -28,6 +28,11 @@ $(document).ready(() => {
return;
}
/* Show nothing on login/register page */
if ($('#username').length > 0 || $('#fos_user_registration_form_username').length > 0) {
return;
}
/* Focus current card */
toggleFocus(card);

File diff suppressed because one or more lines are too long