forked from wallabag/wallabag
@ -28,6 +28,11 @@ $(document).ready(() => {
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Show nothing on login/register page */
|
||||||
|
if ($('#username').length > 0 || $('#fos_user_registration_form_username').length > 0) {
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
/* Focus current card */
|
/* Focus current card */
|
||||||
toggleFocus(card);
|
toggleFocus(card);
|
||||||
|
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user