From e5a7b3e24b5eccf31be7ef5b78580b599a94952f Mon Sep 17 00:00:00 2001 From: Friendika Date: Thu, 27 Oct 2011 19:12:30 -0700 Subject: add contact-id to auto-complete response to resolve duplicates --- js/fk.autocomplete.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'js/fk.autocomplete.js') diff --git a/js/fk.autocomplete.js b/js/fk.autocomplete.js index 6a1f1965a..c17d61fc5 100644 --- a/js/fk.autocomplete.js +++ b/js/fk.autocomplete.js @@ -65,7 +65,7 @@ ACPopup.prototype._search = function(){ that.cont.show(); $(data.items).each(function(){ html = "{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(); -- cgit v1.2.3