Skip to:
Content

BuddyPress.org

Changeset 12035


Ignore:
Timestamp:
05/01/2018 09:51:13 PM (6 years ago)
Author:
imath
Message:

BP Nouveau: Activity directory, reset the pagination on scope change

Fixes #7790

File:
1 edited

Legend:

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

    r12034 r12035  
    385385            this.hideComments( event );
    386386
     387            // Reset the pagination for the scope.
     388            this.current_page = 1;
     389
    387390            // Mentions are specific
    388391            if ( 'mentions' === data.scope && undefined !== data.response.new_mentions ) {
Note: See TracChangeset for help on using the changeset viewer.