mirror of
https://github.com/WordPress/WordPress.git
synced 2024-11-14 22:56:19 +01:00
Themes screen: remove extra debounce when searching.
Props evansolomon. Fixes #31812. Built from https://develop.svn.wordpress.org/trunk@31995 git-svn-id: http://core.svn.wordpress.org/trunk@31974 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
2d36b8ff4a
commit
52db6356a1
@ -1289,7 +1289,7 @@ themes.view.InstallerSearch = themes.view.Search.extend({
|
|||||||
event.target.value = '';
|
event.target.value = '';
|
||||||
}
|
}
|
||||||
|
|
||||||
_.debounce( _.bind( this.doSearch, this ), 300 )( event.target.value );
|
this.doSearch( event.target.value );
|
||||||
},
|
},
|
||||||
|
|
||||||
doSearch: _.debounce( function( value ) {
|
doSearch: _.debounce( function( value ) {
|
||||||
|
2
wp-admin/js/theme.min.js
vendored
2
wp-admin/js/theme.min.js
vendored
File diff suppressed because one or more lines are too long
@ -4,7 +4,7 @@
|
|||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @global string $wp_version
|
||||||
*/
|
*/
|
||||||
$wp_version = '4.2-beta3-31994';
|
$wp_version = '4.2-beta3-31995';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||||
|
Loading…
Reference in New Issue
Block a user