New: Link to TheTvDb has been added to AddSeries series lookup fields.

This commit is contained in:
Mark McDowall 2012-03-02 20:21:50 -08:00
commit 1dcc323c48
4 changed files with 16 additions and 2 deletions

View file

@ -66,6 +66,7 @@ function bindSeriesAutoComplete(selector) {
return $("<li></li>")
.data("item.autocomplete", item)
.append("<a>" + item.DisplayedTitle + "</a>")
.append("<div class='tvDbLink'>" + item.Url + "</div>")
.appendTo(ul);
};
});