Ticket #4964: 4964.patch
File 4964.patch, 443 bytes (added by , 11 years ago) |
---|
-
bp-xprofile/admin/js/admin.js
207 207 ui.draggable.hide( 'slow', function() { 208 208 209 209 // Select new tab as current 210 $tabs.tabs( ' select', $tab_items.index( $item ) );210 $tabs.tabs( 'option', 'active', $tab_items.index( $item ) ); 211 211 212 212 // Show new placement 213 213 jQuery(this).appendTo($list).show( 'slow' ).animate( {opacity: "1"}, 500 );