Skip to content

v1.1.3

Latest

Choose a tag to compare

@guilamu guilamu released this 03 Aug 19:04
f5027a9
  • Fixed: The settings page tab script no longer hijacks tab clicks on other plugins' settings screens. admin.js loads on every wp-admin page so the shortcuts dropdown is always available, but its tab handler matched WordPress's bare .nav-tab-wrapper class instead of a QuickJump-specific one — on a page with its own tabbed settings screen, clicking a tab silently failed and the URL gained a stray tab=undefined. The handler is now scoped to QuickJump's own settings page.