diff options
author | Anton Tananaev <anton.tananaev@gmail.com> | 2017-01-28 17:51:10 +1300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-01-28 17:51:10 +1300 |
commit | d1dd9f84e819d70154861ac2487f902da12885ed (patch) | |
tree | 01a8be83810df3722e86d5c7182e96c075d0a215 /web/app/view/NotificationsController.js | |
parent | b32387fe01dafc1e85509c8e5312831d9cd0aef2 (diff) | |
parent | aec5f5b0f0b00492742919358a9aaa03e72e3a5b (diff) | |
download | trackermap-web-d1dd9f84e819d70154861ac2487f902da12885ed.tar.gz trackermap-web-d1dd9f84e819d70154861ac2487f902da12885ed.tar.bz2 trackermap-web-d1dd9f84e819d70154861ac2487f902da12885ed.zip |
Merge pull request #390 from Abyss777/permissions_polishing
Improve permissions
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: { |