aboutsummaryrefslogtreecommitdiff
path: root/web/app/view/GeofencesController.js
diff options
context:
space:
mode:
authorAnton Tananaev <anton.tananaev@gmail.com>2016-12-16 13:51:56 +1300
committerGitHub <noreply@github.com>2016-12-16 13:51:56 +1300
commit5c39421a9840cdbfd5a339824394a6f4d86542db (patch)
treeb38f4a1510f27e4101679a6e53e708a2b0159a95 /web/app/view/GeofencesController.js
parentae00f68435077b1824b70081bff59aa5bad58078 (diff)
parent0ef6dfe719c7d6e491f0f05e9c7838ff7c8dbef2 (diff)
downloadetbsa-traccar-web-5c39421a9840cdbfd5a339824394a6f4d86542db.tar.gz
etbsa-traccar-web-5c39421a9840cdbfd5a339824394a6f4d86542db.tar.bz2
etbsa-traccar-web-5c39421a9840cdbfd5a339824394a6f4d86542db.zip
Merge pull request #358 from Abyss777/calendars
Calendars implementation
Diffstat (limited to 'web/app/view/GeofencesController.js')
-rw-r--r--web/app/view/GeofencesController.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/web/app/view/GeofencesController.js b/web/app/view/GeofencesController.js
index 032ba7f..7838906 100644
--- a/web/app/view/GeofencesController.js
+++ b/web/app/view/GeofencesController.js
@@ -26,6 +26,7 @@ Ext.define('Traccar.view.GeofencesController', {
init: function () {
Ext.getStore('Geofences').load();
+ Ext.getStore('Calendars').load();
},
onAddClick: function () {