mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-21 22:04:31 -04:00
Delete modal wired up, more formatting
This commit is contained in:
@@ -13,7 +13,7 @@ NzbDrone.Series.IndexLayout = Backbone.Marionette.Layout.extend({
|
||||
},
|
||||
|
||||
regions: {
|
||||
main: '#series',
|
||||
seriesRegion: '#series'
|
||||
},
|
||||
|
||||
collection: new NzbDrone.Series.SeriesCollection(),
|
||||
@@ -26,8 +26,7 @@ NzbDrone.Series.IndexLayout = Backbone.Marionette.Layout.extend({
|
||||
console.log('binding auto complete');
|
||||
|
||||
this.collection.fetch();
|
||||
//Show things
|
||||
|
||||
this.main.show(new NzbDrone.Series.Index.SeriesCollectionView({ collection: this.collection }));
|
||||
this.seriesRegion.show(new NzbDrone.Series.Index.SeriesCollectionView({ collection: this.collection }));
|
||||
},
|
||||
});
|
||||
Reference in New Issue
Block a user