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: http://svn.automattic.com/wordpress/trunk@19647 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
ryan 2012-01-02 21:49:58 +00:00
parent 98a96139df
commit 85dff92772
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.