mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-22 22:14:44 -04:00
code cleanup.
This commit is contained in:
@@ -7,14 +7,14 @@ define([
|
||||
'Series/Edit/EditSeriesView',
|
||||
'Series/Delete/DeleteSeriesView'
|
||||
|
||||
], function (app, qualityProfileCollection) {
|
||||
], function () {
|
||||
|
||||
NzbDrone.Series.SeriesItemView = Backbone.Marionette.ItemView.extend({
|
||||
template: 'Series/SeriesItemTemplate',
|
||||
tagName: 'tr',
|
||||
|
||||
ui: {
|
||||
'progressbar': '.progress .bar',
|
||||
'progressbar': '.progress .bar'
|
||||
},
|
||||
|
||||
events: {
|
||||
@@ -40,9 +40,6 @@ define([
|
||||
removeSeries: function () {
|
||||
var view = new NzbDrone.Series.DeleteSeriesView({ model: this.model });
|
||||
NzbDrone.modalRegion.show(view);
|
||||
},
|
||||
onSave: function () {
|
||||
alert("saved!");
|
||||
}
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user