mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02:00
renamed remove methods in QualityProfile, Notification
This commit is contained in:
@@ -17,7 +17,7 @@ define([
|
||||
|
||||
events: {
|
||||
'click .x-edit' : 'edit',
|
||||
'click .x-remove': 'remove'
|
||||
'click .x-remove': 'removeQuality'
|
||||
},
|
||||
|
||||
edit: function () {
|
||||
@@ -25,7 +25,7 @@ define([
|
||||
NzbDrone.modalRegion.show(view);
|
||||
},
|
||||
|
||||
remove: function () {
|
||||
removeQuality: function () {
|
||||
var view = new NzbDrone.Series.Delete.DeleteSeriesView({ model: this.model });
|
||||
NzbDrone.modalRegion.show(view);
|
||||
}
|
||||
|
Reference in New Issue
Block a user