Skip to:
Content

BuddyPress.org

Ticket #7724: 7724.01.patch

File 7724.01.patch, 545 bytes (added by DJPaul, 7 years ago)
  • src/bp-activity/js/mentions.js

    diff --git a/src/bp-activity/js/mentions.js b/src/bp-activity/js/mentions.js
    index 52102849a..2d0afa3ef 100644
    a b window.bp = window.bp || {}; 
    3030                var suggestionsDefaults = {
    3131                        delay:             200,
    3232                        hideWithoutSuffix: true,
    33                         insertTpl:         '</>@${ID}</>', // For contentEditable, the fake tags make jQuery insert a textNode.
     33                        insertTpl:         '@${ID}',
    3434                        limit:             10,
    3535                        startWithSpace:    false,
    3636                        suffix:            '',