Skip to:
Content

BuddyPress.org

Ticket #7739: 7739.patch

File 7739.patch, 541 bytes (added by imath, 8 years ago)
  • src/bp-templates/bp-nouveau/js/buddypress-nouveau.js

    diff --git src/bp-templates/bp-nouveau/js/buddypress-nouveau.js src/bp-templates/bp-nouveau/js/buddypress-nouveau.js
    index 763c74d54..5c504766e 100644
    window.bp = window.bp || {};  
    205205                        } else {
    206206                                $( selector ).html( content );
    207207                        }
     208
     209                        if ( 'undefined' !== typeof bp_mentions || 'undefined' !== typeof bp.mentions ) {
     210                                $( '.bp-suggestions' ).bp_mentions( bp.mentions.users );
     211                        }
    208212                },
    209213
    210214                /**