added root dir management. delete doesn't work for some reason.

This commit is contained in:
Keivan Beigi
2013-01-24 16:02:53 -08:00
committed by kay.one
parent 157b559ed2
commit d34092c015
8 changed files with 65 additions and 24 deletions
@@ -26,6 +26,7 @@ NzbDrone.AddSeries.SearchResultView = Backbone.Marionette.CollectionView.extend(
NzbDrone.AddSeries.AddNewSeriesView = Backbone.Marionette.Layout.extend({
template: "AddSeries/AddNewSeries/AddNewSeriesTemplate",
route : "Series/add/new",
ui: {
seriesSearch: '.search input'
@@ -39,6 +40,7 @@ NzbDrone.AddSeries.AddNewSeriesView = Backbone.Marionette.Layout.extend({
onRender: function () {
//NzbDrone.Router.navigate(this.route, { trigger: true });
console.log('binding auto complete');
var self = this;