Skip to:
Content

BuddyPress.org

Changeset 6974


Ignore:
Timestamp:
05/01/2013 02:23:57 AM (11 years ago)
Author:
boonebgorges
Message:

Use event delegation to disable .pending buttons in bp-legacy

See #4969

Props megainfo

File:
1 edited

Legend:

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

    r6972 r6974  
    987987    /** Button disabling ************************************************/
    988988
    989     jq('.pending').click(function() {
     989    jq('#buddypress').on( 'click', '.pending', function() {
    990990        return false;
    991991    });
Note: See TracChangeset for help on using the changeset viewer.