mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-23 22:25:09 -04:00
code cleanup.
This commit is contained in:
@@ -25,10 +25,10 @@
|
||||
|
||||
initialize: function () {
|
||||
this.collection = notificationCollection;
|
||||
},
|
||||
}
|
||||
});
|
||||
|
||||
NzbDrone.addInitializer(function (options) {
|
||||
NzbDrone.addInitializer(function () {
|
||||
NzbDrone.notificationRegion.show(new collectionView());
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user