mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02:00
Fixed notifications re GH feedback.
This commit is contained in:
@@ -12,10 +12,10 @@ define([
|
||||
className: 'btn',
|
||||
|
||||
events: {
|
||||
'click': 'add'
|
||||
'click': 'addNotification'
|
||||
},
|
||||
|
||||
add: function () {
|
||||
addNotification: function () {
|
||||
this.model.set('id', undefined);
|
||||
var view = new NzbDrone.Settings.Notifications.EditView({ model: this.model});
|
||||
NzbDrone.modalRegion.show(view);
|
||||
|
Reference in New Issue
Block a user