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:
@@ -13,7 +13,7 @@ define([
|
||||
|
||||
events: {
|
||||
'click .x-edit' : 'edit',
|
||||
'click .x-remove': 'remove'
|
||||
'click .x-remove': 'removeNotification'
|
||||
},
|
||||
|
||||
edit: function () {
|
||||
@@ -21,7 +21,7 @@ define([
|
||||
NzbDrone.modalRegion.show(view);
|
||||
},
|
||||
|
||||
remove: function () {
|
||||
removeNotification: function () {
|
||||
var view = new NzbDrone.Settings.Notifications.DeleteView({ model: this.model});
|
||||
NzbDrone.modalRegion.show(view);
|
||||
}
|
||||
|
Reference in New Issue
Block a user