Make WordPress Core

Ticket #17058: patch.txt

File patch.txt, 393 bytes (added by nuxwin, 14 years ago)

patch to fix issue

Line 
1--- common.dev.js       2010-12-13 22:21:50.000000000 +0100
2+++ new-common.dev.js   2011-04-06 03:29:17.032166418 +0200
3@@ -48,6 +48,7 @@
4        toggle : function(el) {
5                el.slideToggle(150, function() {
6                        var id = el.parent().toggleClass( 'wp-menu-open' ).attr('id');
7+                       el.removeAttr('style');
8                        if ( id ) {
9                                $('li.wp-has-submenu', '#adminmenu').each(function(i, e) {
10                                        if ( id == e.id ) {