mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-12 04:40:26 +00:00
Fix closing admin menu animation. props filosofo, fixes #15615.
git-svn-id: https://develop.svn.wordpress.org/trunk@16813 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -47,8 +47,8 @@ adminMenu = {
|
||||
|
||||
toggle : function(el) {
|
||||
var id = el.slideToggle(150, function() {
|
||||
el.css('display','');
|
||||
}).parent().toggleClass( 'wp-menu-open' ).attr('id');
|
||||
el.parent().toggleClass( 'wp-menu-open' );
|
||||
}).attr('id');
|
||||
|
||||
if ( id ) {
|
||||
$('li.wp-has-submenu', '#adminmenu').each(function(i, e) {
|
||||
|
||||
Reference in New Issue
Block a user