mirror of
https://github.com/wallabag/wallabag.git
synced 2025-01-09 08:25:25 +00:00
rebase
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
parent
4cea76b0cf
commit
18e1da6277
2 changed files with 6 additions and 1 deletions
|
@ -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
Loading…
Reference in a new issue