diff options
author | Abyss777 <abyss@fox5.ru> | 2017-01-24 18:41:27 +0500 |
---|---|---|
committer | Abyss777 <abyss@fox5.ru> | 2017-01-26 11:42:25 +0500 |
commit | 048065b76ac3528a8fa802367aa2750c22487f6c (patch) | |
tree | c84414b2421b906d970d2a22549249629700f025 /web/app/view/NotificationsController.js | |
parent | 6171c7275a32c3ad9653aafaf673ab93254c8d1a (diff) | |
download | trackermap-web-048065b76ac3528a8fa802367aa2750c22487f6c.tar.gz trackermap-web-048065b76ac3528a8fa802367aa2750c22487f6c.tar.bz2 trackermap-web-048065b76ac3528a8fa802367aa2750c22487f6c.zip |
- Polish permissions
- Makeup imports
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 4c83b145..f50e8d82 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: { |