Skip to:
Content

BuddyPress.org

Changeset 10633


Ignore:
Timestamp:
03/04/2016 08:39:53 PM (9 years ago)
Author:
imath
Message:

Messages: Make sure it is possible to add new users to a private conversation after the profile Private Message button has been clicked.

For the 2.5 branch we are reverting r10447, we will improve the autocomplete UI during next release.

Props r-a-y, imath for the acrobatics.
Props DJPaul, boonebgorges for their wisdom

See #6935 (branch 2.5)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.5/src/bp-messages/js/autocomplete/jquery.autocompletefb.js

    r10447 r10633  
    5959            var v = '<li class="'+f+'" id="un-'+un+'"><span><a href="'+l+'">'+d[0]+'</a></span> <span class="p">X</span></li>';
    6060
    61             var x = jQuery(settings.inputClass,tmp).closest('li').before(v);
     61            var x = jQuery(settings.inputClass,tmp).before(v);
    6262            jQuery('#send-to-usernames').addClass(un);
    6363
Note: See TracChangeset for help on using the changeset viewer.