Changeset 6973
- Timestamp:
- 05/01/2013 02:20:52 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/1.7/bp-templates/bp-legacy/js/buddypress.js
r6894 r6973 900 900 901 901 /* Add / Remove friendship buttons */ 902 jq( ".friendship-button a").on('click', function() {902 jq('#members-dir-list').on('click', '.friendship-button a', function() { 903 903 jq(this).parent().addClass('loading'); 904 904 var fid = jq(this).attr('id'); … … 950 950 /** Group Join / Leave Buttons **************************************/ 951 951 952 jq( ".group-button a").on('click', function() {952 jq('#groups-dir-list').on('click', '.group-button a', function() { 953 953 var gid = jq(this).parent().attr('id'); 954 954 gid = gid.split('-');
Note: See TracChangeset
for help on using the changeset viewer.