Changeset 42188
- Timestamp:
- 11/15/2017 06:12:27 PM (7 years ago)
- Location:
- branches/4.9
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/4.9
-
branches/4.9/src/wp-admin/js/customize-controls.js
r42172 r42188 1868 1868 debounced = _.debounce( section.checkTerm, 500 ); // Wait until there is no input for 500 milliseconds to initiate a search. 1869 1869 section.contentContainer.on( 'input', '.wp-filter-search', function() { 1870 if ( ! api.panel( 'themes' ).expanded() ) { 1871 return; 1872 } 1870 1873 debounced( section ); 1871 1874 if ( ! section.expanded() ) {
Note: See TracChangeset
for help on using the changeset viewer.