Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
04/29/2013 01:46:15 PM (11 years ago)
Author:
johnjamesjacoby
Message:

Swap out deprecated jQuery 'select' method usage. Fixes JS error when trying to drag and drop an xprofile field between groups. Fixes #4964 (1.7 branch)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/1.7/bp-xprofile/admin/js/admin.js

    r6635 r6962  
    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
Note: See TracChangeset for help on using the changeset viewer.