Changeset 7454
- Timestamp:
- 07/13/2018 12:10:21 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordcamp.org/public_html/wp-content/plugins/camptix-attendance/addons/assets/attendance-ui.js
r919 r7454 274 274 this.controller = options.controller; 275 275 } 276 277 this.search = _.debounce( this.search, 500 );278 276 }, 279 277 … … 412 410 this.$loading = this.$list.find( '.loading' ); 413 411 414 this.on( 'search', this.search, this );412 this.on( 'search', _.debounce( this.search, 350 ), this ); 415 413 this.on( 'flush', this.flush, this ); 416 414 this.on( 'more:toggle', this.moreToggle, this );
Note: See TracChangeset
for help on using the changeset viewer.