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.
This commit is contained in:
parent
fc72762f52
commit
074be42e23
@ -26,7 +26,7 @@ function mysearch(term, callback, backend_url, extra_channels) {
|
||||
}
|
||||
|
||||
function format(item) {
|
||||
return "<div class='{0}'><img src='{1}'>{2} ({3})</div>".format(item.taggable, item.photo, item.name, ((item.label) ? item.nick + ' ' + item.label : item.nick) )
|
||||
return "<div class='{0}' title='{4}'><img src='{1}'>{2} ({3})</div>".format(item.taggable, item.photo, item.name, ((item.label) ? item.nick + ' ' + item.label : item.nick), item.link )
|
||||
}
|
||||
|
||||
function replace(item) {
|
||||
|
Reference in New Issue
Block a user