removed add series tab

This commit is contained in:
kay.one 2013-05-26 19:53:56 -07:00
parent 0d21f34ec5
commit 6e6df842a0
18 changed files with 87 additions and 151 deletions

View file

@ -25,9 +25,8 @@ define(['app', 'AddSeries/RootFolders/RootFolderCollection', 'Mixins/AutoComplet
className: 'table table-hover'
});
NzbDrone.AddSeries.RootDirView = Backbone.Marionette.Layout.extend({
template: 'AddSeries/RootFolders/RootFolderTemplate',
route : 'series/add/rootdir',
NzbDrone.AddSeries.RootFolders.Layout = Backbone.Marionette.Layout.extend({
template: 'AddSeries/RootFolders/LayoutTemplate',
ui: {
pathInput: '.x-path input'
@ -75,8 +74,6 @@ define(['app', 'AddSeries/RootFolders/RootFolderCollection', 'Mixins/AutoComplet
console.log(term);
context.collection.fetch({ data: { term: term } });
}
}
});