Ticket #5826: 5826.patch
File 5826.patch, 646 bytes (added by , 10 years ago) |
---|
-
src/bp-templates/bp-legacy/js/buddypress.js
1205 1205 }); 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'), 1211 1211 nonce = jq(this).attr('href'),