mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-28 13:01:28 +02:00
cleaned up all the cells. there is a cell for pretty much everything.
This commit is contained in:
10
UI/app.js
10
UI/app.js
@@ -62,12 +62,14 @@ define('app', ['shared/modal/region'], function (ModalRegion) {
|
||||
window.NzbDrone.Commands = {};
|
||||
|
||||
window.NzbDrone.Shared = {
|
||||
Toolbar : {},
|
||||
Messenger: {},
|
||||
Cells: {},
|
||||
Toolbar : {},
|
||||
Messenger : {},
|
||||
FormatHelpers: {}
|
||||
|
||||
};
|
||||
|
||||
window.NzbDrone.Cells = {};
|
||||
|
||||
window.NzbDrone.Calendar = {};
|
||||
|
||||
window.NzbDrone.Settings = {
|
||||
@@ -79,7 +81,7 @@ define('app', ['shared/modal/region'], function (ModalRegion) {
|
||||
Indexers : {},
|
||||
DownloadClient: {},
|
||||
Notifications : {},
|
||||
General : {},
|
||||
General : {},
|
||||
Misc : {}
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user