Make WordPress Core

Changeset 55327


Ignore:
Timestamp:
02/14/2023 12:39:41 AM (20 months ago)
Author:
joedolson
Message:

Administration: Fix JavaScript test failure.

Remove unused variable e that I removed from Github, but failed to remove before committing. Follow up to [55326].

Unprops joedolson.
Fixes #53587.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/js/_enqueues/admin/common.js

    r55326 r55327  
    17041704
    17051705            // Close sidebar when focus moves outside of toggle and sidebar.
    1706             $( '#wp-admin-bar-menu-toggle, #adminmenumain' ).on( 'focusout', function( e ) {
     1706            $( '#wp-admin-bar-menu-toggle, #adminmenumain' ).on( 'focusout', function() {
    17071707                var focusIsInToggle, focusIsInSidebar;
    17081708
Note: See TracChangeset for help on using the changeset viewer.