mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-19 21:13:28 -07:00
removed bootstrap-responsive
updated bootstrap's Intelisense file to v2.2.2
This commit is contained in:
parent
53fa2f9410
commit
74a5939c96
11 changed files with 645 additions and 1970 deletions
|
@ -51,7 +51,7 @@ NzbDrone.AddNewSeriesView = Backbone.Marionette.ItemView.extend({
|
|||
.append("<a>" + item.SeriesName + "<img src='../../Content/Images/thetvdb.png' class='tvDbLink' title='Click to see series details from TheTVDB' rel='" + item.Url + "' /></a>")
|
||||
.appendTo(ul);
|
||||
};
|
||||
},
|
||||
}
|
||||
});
|
||||
|
||||
NzbDrone.AddExistingSeriesView = Backbone.Marionette.ItemView.extend({
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue