mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-13 16:43:58 -07:00
Fixed notifications re GH feedback.
This commit is contained in:
parent
3b09cc1240
commit
9ed187202a
2 changed files with 11 additions and 9 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue