mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-12 01:54:26 +02:00
add contact-id to auto-complete response to resolve duplicates
This commit is contained in:
parent
056fe0a3aa
commit
e5a7b3e24b
5 changed files with 52 additions and 5 deletions
|
@ -65,7 +65,7 @@ ACPopup.prototype._search = function(){
|
|||
that.cont.show();
|
||||
$(data.items).each(function(){
|
||||
html = "<img src='{0}' height='16px' width='16px'>{1} ({2})".format(this.photo, this.name, this.nick)
|
||||
that.add(html, this.nick + ' - ' + this.link);
|
||||
that.add(html, this.nick + '+' + this.id + ' - ' + this.link);
|
||||
});
|
||||
} else {
|
||||
that.cont.hide();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue