mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-17 21:25:39 -04: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