Changeset 42187
- Timestamp:
- 11/15/2017 06:11:17 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/js/customize-controls.js
r42171 r42187 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.