Changeset 9277
- Timestamp:
- 12/24/2014 08:24:00 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-templates/bp-legacy/js/buddypress.js
r9250 r9277 1206 1206 1207 1207 /* Add / Remove friendship buttons */ 1208 jq( '#members-dir-list, #members-group-list ' ).on('click', '.friendship-button a', function() {1208 jq( '#members-dir-list, #members-group-list, #item-header' ).on('click', '.friendship-button a', function() { 1209 1209 jq(this).parent().addClass('loading'); 1210 1210 var fid = jq(this).attr('id'),
Note: See TracChangeset
for help on using the changeset viewer.