Changeset 6919
- Timestamp:
- 04/18/2013 12:43:13 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/1.7/bp-themes/bp-default/_inc/global.js
r6687 r6919 888 888 889 889 /* Add / Remove friendship buttons */ 890 jq( ".friendship-button a").on('click', function() {890 jq('#members-dir-list').on('click', '.friendship-button a', function() { 891 891 jq(this).parent().addClass('loading'); 892 892 var fid = jq(this).attr('id'); … … 938 938 /** Group Join / Leave Buttons **************************************/ 939 939 940 jq( ".group-button a").on('click', function() {940 jq('#groups-dir-list').on('click', '.group-button a', function() { 941 941 var gid = jq(this).parent().attr('id'); 942 942 gid = gid.split('-');
Note: See TracChangeset
for help on using the changeset viewer.