mirror of
https://github.com/WordPress/WordPress.git
synced 2024-12-23 01:27:36 +01:00
Link modal: reset search results appropriately
Reset the search results when the input field is emptied with the browser's "clear" button inside that field. Fixes #32174. Built from https://develop.svn.wordpress.org/trunk@32593 git-svn-id: http://core.svn.wordpress.org/trunk@32563 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
6e0e924de9
commit
677c3e53bb
@ -68,7 +68,7 @@ var wpLink;
|
||||
inputs.queryNoticeTextHint.addClass( 'screen-reader-text' ).hide();
|
||||
} );
|
||||
|
||||
inputs.search.keyup( function() {
|
||||
inputs.search.on( 'keyup input', function() {
|
||||
var self = this;
|
||||
|
||||
window.clearTimeout( searchTimer );
|
||||
|
2
wp-includes/js/wplink.min.js
vendored
2
wp-includes/js/wplink.min.js
vendored
File diff suppressed because one or more lines are too long
@ -4,7 +4,7 @@
|
||||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '4.3-alpha-32592';
|
||||
$wp_version = '4.3-alpha-32593';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
Loading…
Reference in New Issue
Block a user