Skip to:
Content

BuddyPress.org

Changeset 8399


Ignore:
Timestamp:
05/08/2014 10:23:59 AM (11 years ago)
Author:
imath
Message:

Bring back join/leave button Ajax feature in Groups Directory

After r8378 the use of '.' instead of ',' at line 1244 of buddypress.js file was causing the ajax feature to fail.

fixes #5624

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-templates/bp-legacy/js/buddypress.js

    r8379 r8399  
    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);
Note: See TracChangeset for help on using the changeset viewer.