mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-20 21:43:33 -07:00
Fix: Added loading spinner to all autocomplete lists, better list text color
This commit is contained in:
parent
f651c0e23d
commit
f56358067d
4 changed files with 20 additions and 19 deletions
|
@ -65,7 +65,7 @@ function bindSeriesAutoComplete(selector) {
|
|||
.data("autocomplete")._renderItem = function (ul, item) {
|
||||
return $("<li></li>")
|
||||
.data("item.autocomplete", item)
|
||||
.append("<a><div class=seriesLookupTitle>" + item.DisplayedTitle + "</div></a>")
|
||||
.append("<a>" + item.DisplayedTitle + "</a>")
|
||||
.appendTo(ul);
|
||||
};
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue