mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 22:30:04 +00:00
Remove debug cruft from [33511].
see #32710. git-svn-id: https://develop.svn.wordpress.org/trunk@33515 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -139,7 +139,6 @@
|
||||
|
||||
// Clear the search results.
|
||||
$( '.clear-results' ).on( 'click keydown', function( event ) {
|
||||
console.log(event);
|
||||
if ( event.type === 'keydown' && ( 13 !== event.which && 32 !== event.which ) ) { // "return" or "space" keys only
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user