]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - app/Resources/static/themes/material/js/shortcuts/main.js
Merge remote-tracking branch 'origin/master' into 2.3
[github/wallabag/wallabag.git] / app / Resources / static / themes / material / js / shortcuts / main.js
index 41499478cf4288b73716283a77038eb2acab5199..042b423c0e129cc23e7138d2e530fd5c94104882 100644 (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);