Skip to:
Content

BuddyPress.org

Changeset 9636


Ignore:
Timestamp:
03/23/2015 09:08:34 PM (10 years ago)
Author:
johnjamesjacoby
Message:

XProfile: Remove cursor override on field-group.

Fixes bug causing entire field-group to get the move cursor, in addition to the individual fields.

Fixes #6315.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-xprofile/admin/js/admin.js

    r9308 r9636  
    218218
    219219    // Disallow text selection
    220     .disableSelection()
    221 
    222     // Change cursor to move if JS is enabled
    223     .css( 'cursor', 'move' );
     220    .disableSelection();
    224221
    225222    // Allow reordering of field options
Note: See TracChangeset for help on using the changeset viewer.