You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
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.