Ticket #30349: 30349.patch
File 30349.patch, 497 bytes (added by , 10 years ago) |
---|
-
wp-admin/js/common.js
355 355 } 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 }); 361 361 }