diff options
Diffstat (limited to 'web/app/view/NotificationsController.js')
-rw-r--r-- | web/app/view/NotificationsController.js | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/web/app/view/NotificationsController.js b/web/app/view/NotificationsController.js index 4c83b14..f50e8d8 100644 --- a/web/app/view/NotificationsController.js +++ b/web/app/view/NotificationsController.js @@ -19,10 +19,6 @@ Ext.define('Traccar.view.NotificationsController', { extend: 'Ext.app.ViewController', alias: 'controller.notificationsController', - requires: [ - 'Traccar.store.Notifications' - ], - init: function () { this.getView().getStore().load({ params: { |