aboutsummaryrefslogtreecommitdiff
path: root/web/app/view/GeofencesController.js
diff options
context:
space:
mode:
authorAbyss777 <abyss@fox5.ru>2017-03-18 10:22:17 +0500
committerAbyss777 <abyss@fox5.ru>2017-03-18 10:22:17 +0500
commit61590f09ba735a532ff337ea841c8f4d27bd81e3 (patch)
tree0b88aa56e842ba152a35158b6caabe982a2c9563 /web/app/view/GeofencesController.js
parentfd2207b15d98d8fdef306f3b94924a759c80a3d9 (diff)
downloadetbsa-traccar-web-61590f09ba735a532ff337ea841c8f4d27bd81e3.tar.gz
etbsa-traccar-web-61590f09ba735a532ff337ea841c8f4d27bd81e3.tar.bz2
etbsa-traccar-web-61590f09ba735a532ff337ea841c8f4d27bd81e3.zip
Initialize stores on application load
Diffstat (limited to 'web/app/view/GeofencesController.js')
-rw-r--r--web/app/view/GeofencesController.js5
1 files changed, 0 insertions, 5 deletions
diff --git a/web/app/view/GeofencesController.js b/web/app/view/GeofencesController.js
index bf33087..4ee06e8 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