removed series layout.

datatables doesn't load properly.
This commit is contained in:
kay.one
2013-02-14 18:40:29 -08:00
parent 8ba29fde94
commit c01f982698
31 changed files with 2233 additions and 11841 deletions

View File

@@ -2,7 +2,7 @@
var rootFolderCollection = Backbone.Collection.extend({
url: NzbDrone.Constants.ApiRoot + '/rootdir',
model: NzbDrone.AddSeries.RootFolders.RootFolderModel,
model: NzbDrone.AddSeries.RootFolders.RootFolderModel
});
return new rootFolderCollection();