diff options
author | Abyss777 <abyss@fox5.ru> | 2017-03-18 10:22:17 +0500 |
---|---|---|
committer | Abyss777 <abyss@fox5.ru> | 2017-03-18 10:22:17 +0500 |
commit | 61590f09ba735a532ff337ea841c8f4d27bd81e3 (patch) | |
tree | 0b88aa56e842ba152a35158b6caabe982a2c9563 /web/app/view/GeofencesController.js | |
parent | fd2207b15d98d8fdef306f3b94924a759c80a3d9 (diff) | |
download | trackermap-web-61590f09ba735a532ff337ea841c8f4d27bd81e3.tar.gz trackermap-web-61590f09ba735a532ff337ea841c8f4d27bd81e3.tar.bz2 trackermap-web-61590f09ba735a532ff337ea841c8f4d27bd81e3.zip |
Initialize stores on application load
Diffstat (limited to 'web/app/view/GeofencesController.js')
-rw-r--r-- | web/app/view/GeofencesController.js | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/web/app/view/GeofencesController.js b/web/app/view/GeofencesController.js index bf330872..4ee06e81 100644 --- a/web/app/view/GeofencesController.js +++ b/web/app/view/GeofencesController.js @@ -24,11 +24,6 @@ Ext.define('Traccar.view.GeofencesController', { 'Traccar.model.Geofence' ], - init: function () { - Ext.getStore('Geofences').load(); - Ext.getStore('Calendars').load(); - }, - objectModel: 'Traccar.model.Geofence', objectDialog: 'Traccar.view.GeofenceDialog', removeTitle: Strings.sharedGeofence |