From 074be42e234a9d44ffe7875ffef6eb7a5e22f013 Mon Sep 17 00:00:00 2001 From: friendica Date: Sun, 4 Jan 2015 20:45:16 -0800 Subject: regression: autocomplete hovertip with url/address missing - useful for identifying connections based on their site if they have different channels (not clones) on different sites with all other identifying info the same. --- view/js/autocomplete.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'view/js/autocomplete.js') diff --git a/view/js/autocomplete.js b/view/js/autocomplete.js index cc14f75d1..e68356057 100644 --- a/view/js/autocomplete.js +++ b/view/js/autocomplete.js @@ -26,7 +26,7 @@ function mysearch(term, callback, backend_url, extra_channels) { } function format(item) { - return "
{2} ({3})
".format(item.taggable, item.photo, item.name, ((item.label) ? item.nick + ' ' + item.label : item.nick) ) + return "
{2} ({3})
".format(item.taggable, item.photo, item.name, ((item.label) ? item.nick + ' ' + item.label : item.nick), item.link ) } function replace(item) { -- cgit v1.2.3