Changeset 26521
- Timestamp:
- 12/02/2013 07:15:14 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/js/theme.js
r26519 r26521 97 97 // and triggers an update event 98 98 doSearch: function( value ) { 99 100 // Don't do anything if we've already done this search 101 // Useful because the Search handler fires multiple times per keystroke 102 if ( this.terms === value ) { 103 return; 104 } 99 105 100 106 // Updates terms with the value passed
Note: See TracChangeset
for help on using the changeset viewer.