mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-20 21:43:33 -07:00
Style changes for AddSeries lookup.
This commit is contained in:
parent
1dcc323c48
commit
692f182b5e
2 changed files with 3 additions and 3 deletions
|
@ -65,8 +65,7 @@ function bindSeriesAutoComplete(selector) {
|
|||
.data("autocomplete")._renderItem = function (ul, item) {
|
||||
return $("<li></li>")
|
||||
.data("item.autocomplete", item)
|
||||
.append("<a>" + item.DisplayedTitle + "</a>")
|
||||
.append("<div class='tvDbLink'>" + item.Url + "</div>")
|
||||
.append("<a>" + item.DisplayedTitle + "<div class='tvDbLink'>" + item.Url + "</div></a>")
|
||||
.appendTo(ul);
|
||||
};
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue