Ticket #5624: 5624.patch
| File 5624.patch, 510 bytes (added by , 12 years ago) |
|---|
-
src/bp-templates/bp-legacy/js/buddypress.js
diff --git src/bp-templates/bp-legacy/js/buddypress.js src/bp-templates/bp-legacy/js/buddypress.js index ae048dc..43d5731 100644
jq(document).ready( function() { 1241 1241 }); 1242 1242 1243 1243 jq('#groups-dir-list').on('click', '.group-button a', function() { 1244 var gid = jq(this).parent().attr('id') .1244 var gid = jq(this).parent().attr('id'), 1245 1245 nonce = jq(this).attr('href'), 1246 1246 thelink = jq(this); 1247 1247