Immediately close a flyout when opening another one. Prevents brief occurrence of two flyouts at once. Props SergeyBiryukov. fixes #19575 for trunk

git-svn-id: https://develop.svn.wordpress.org/trunk@19647 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren 2012-01-02 21:49:58 +00:00
parent bd7d650d48
commit 7e379cd9e5
3 changed files with 3 additions and 2 deletions

View File

@ -209,6 +209,7 @@ $(document).ready( function() {
else if ( m.css('marginTop') )
m.css({'marginTop':''});
menu.find('.wp-submenu').removeClass('sub-open');
m.addClass('sub-open');
},
out: function(){

File diff suppressed because one or more lines are too long

View File

@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '3.4-alpha-19620';
$wp_version = '3.4-alpha-19643';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.