Make WordPress Core

Changeset 36675


Ignore:
Timestamp:
02/24/2016 05:37:04 AM (10 years ago)
Author:
westonruter
Message:

Customize: Fix nav menu item search after Backbone update.

Fixes regression introduced in [36546].

See #34350.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/js/customize-nav-menus.js

    r36586 r36675  
    188188                        // Close the panel if the URL in the preview changes
    189189                        api.previewer.bind( 'url', this.close );
     190
     191                        self.delegateEvents();
    190192                },
    191193
Note: See TracChangeset for help on using the changeset viewer.