Changeset 33515
- Timestamp:
- 07/29/2015 11:52:46 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/js/customize-nav-menus.js
r33511 r33515 140 140 // Clear the search results. 141 141 $( '.clear-results' ).on( 'click keydown', function( event ) { 142 console.log(event);143 142 if ( event.type === 'keydown' && ( 13 !== event.which && 32 !== event.which ) ) { // "return" or "space" keys only 144 143 return;
Note: See TracChangeset
for help on using the changeset viewer.