Skip to:
Content

BuddyPress.org

Changeset 12042


Ignore:
Timestamp:
05/02/2018 05:34:18 PM (8 years ago)
Author:
imath
Message:

BP Nouveau: make sure BP Suggestions are aware of Ajax injected markup

Fixes #7739

File:
1 edited

Legend:

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

    r12038 r12042  
    205205            } else {
    206206                $( selector ).html( content );
     207            }
     208
     209            if ( 'undefined' !== typeof bp_mentions || 'undefined' !== typeof bp.mentions ) {
     210                $( '.bp-suggestions' ).bp_mentions( bp.mentions.users );
    207211            }
    208212        },
Note: See TracChangeset for help on using the changeset viewer.