removed bootstrap-responsive

updated bootstrap's Intelisense file to v2.2.2
This commit is contained in:
Keivan Beigi 2013-01-22 11:03:30 -08:00 committed by kay.one
commit 74a5939c96
11 changed files with 645 additions and 1970 deletions

View file

@ -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({