Changeset 31320
- Timestamp:
- 02/01/2015 05:28:29 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/js/nav-menu.js
r29672 r31320 430 430 hasSameDepthSibling = menuItem.nextAll( '.menu-item-depth-' + depth ).length; 431 431 432 menuItem.find( '.field-move' ).toggle( totalMenuItems > 1 ); 433 432 434 // Where can they move this menu item? 433 435 if ( 0 !== position ) { … … 1188 1190 ins.removeClass( 'menu-instructions-inactive' ); 1189 1191 } 1192 api.refreshAdvancedAccessibility(); 1190 1193 }); 1191 1194 },
Note: See TracChangeset
for help on using the changeset viewer.