Changeset 31605
- Timestamp:
- 03/03/2015 09:17:22 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/js/nav-menu.js
r31604 r31605 392 392 } ); 393 393 394 // We have to update on click as well because we might hover first, change the itemand then click.394 // We have to update on click as well because we might hover first, change the item, and then click. 395 395 menu.on( 'click', '.item-edit', function() { 396 396 api.refreshAdvancedAccessibilityOfItem( $( this ) ); … … 415 415 * Shows or hides buttons based on the location of the menu item. 416 416 * 417 * @param {object} itemToRefresh The menu item that might need it 's advanced accessibility buttons refreshed417 * @param {object} itemToRefresh The menu item that might need its advanced accessibility buttons refreshed 418 418 */ 419 419 refreshAdvancedAccessibilityOfItem : function( itemToRefresh ) {
Note: See TracChangeset
for help on using the changeset viewer.