Skip to:
Content

BuddyPress.org

Ticket #4964: 4964.patch

File 4964.patch, 443 bytes (added by johnjamesjacoby, 11 years ago)
  • bp-xprofile/admin/js/admin.js

     
    207207                                ui.draggable.hide( 'slow', function() {
    208208
    209209                                        // Select new tab as current
    210                                         $tabs.tabs( 'select', $tab_items.index( $item ) );
     210                                        $tabs.tabs( 'option', 'active', $tab_items.index( $item ) );
    211211
    212212                                        // Show new placement
    213213                                        jQuery(this).appendTo($list).show( 'slow' ).animate( {opacity: "1"}, 500 );