Skip to:
Content

BuddyPress.org

Changeset 6821


Ignore:
Timestamp:
02/23/2013 07:03:39 PM (13 years ago)
Author:
boonebgorges
Message:

Use #buddypress instead of #content when detecting AJAX pagination clicks

Fixes #4845

File:
1 edited

Legend:

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

    r6820 r6821  
    687687
    688688        /* All pagination links run through this function */
    689         jq('#content').on( 'click', function(event) {
     689        jq('#buddypress').on( 'click', function(event) {
    690690                var target = jq(event.target);
    691691
Note: See TracChangeset for help on using the changeset viewer.