Changeset 30352
- Timestamp:
- 11/16/2014 02:21:30 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/js/common.js
r29978 r30352 356 356 357 357 $( event.target ).closest( 'li.menu-top' ).removeClass( 'opensub' ); 358 }).find( 'li.wp-has-submenu ' ).on( 'focusin.adminmenu', function() {358 }).find( 'li.wp-has-submenu.wp-not-current-submenu' ).on( 'focusin.adminmenu', function() { 359 359 adjustSubmenu( $( this ) ); 360 360 });
Note: See TracChangeset
for help on using the changeset viewer.