Fixed notifications re GH feedback.

This commit is contained in:
Mark McDowall 2013-05-25 17:36:12 -07:00
parent 3b09cc1240
commit 9ed187202a
2 changed files with 11 additions and 9 deletions

View file

@ -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);