mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-30 05:45:31 +02: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