Skip to:
Content

BuddyPress.org

Ticket #5624: 5624.patch

File 5624.patch, 510 bytes (added by imath, 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() { 
    12411241        });
    12421242
    12431243        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'),
    12451245                        nonce   = jq(this).attr('href'),
    12461246                        thelink = jq(this);
    12471247