Skip to:
Content

BuddyPress.org

Changeset 6791


Ignore:
Timestamp:
02/13/2013 07:56:38 PM (12 years ago)
Author:
djpaul
Message:

Fix jQuery action when removing a previously-selected friend from the Group Invites screen during group creation. Fixes #4763

File:
1 edited

Legend:

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

    r6687 r6791  
    794794
    795795    /* Remove a user from the list of users to invite to a group */
    796     jq("#friend-list li a.remove").on('click', function() {
     796    jq("#friend-list").on('click', 'li a.remove', function() {
    797797        jq('.ajax-loader').toggle();
    798798
Note: See TracChangeset for help on using the changeset viewer.