Changeset 9636
- Timestamp:
- 03/23/2015 09:08:34 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-xprofile/admin/js/admin.js
r9308 r9636 218 218 219 219 // Disallow text selection 220 .disableSelection() 221 222 // Change cursor to move if JS is enabled 223 .css( 'cursor', 'move' ); 220 .disableSelection(); 224 221 225 222 // Allow reordering of field options
Note: See TracChangeset
for help on using the changeset viewer.