8254893: Fix display of search tag results without holder information
Reviewed-by: jjg
This commit is contained in:
parent
20525d2110
commit
78fdb65dcf
@ -161,7 +161,7 @@ $.widget("custom.catcomplete", $.ui.autocomplete, {
|
||||
}
|
||||
var li = $("<li/>").appendTo(ul);
|
||||
var div = $("<div/>").appendTo(li);
|
||||
if (item.category === catSearchTags) {
|
||||
if (item.category === catSearchTags && item.h) {
|
||||
if (item.d) {
|
||||
div.html(label + "<span class=\"search-tag-holder-result\"> (" + item.h + ")</span><br><span class=\"search-tag-desc-result\">"
|
||||
+ item.d + "</span><br>");
|
||||
|
Loading…
x
Reference in New Issue
Block a user