diff options
author | Abyss777 <abyss@fox5.ru> | 2016-12-14 17:00:25 +0500 |
---|---|---|
committer | Abyss777 <abyss@fox5.ru> | 2016-12-14 17:00:25 +0500 |
commit | eec9ffbf8213f1df69162131245cb3282c68ca0a (patch) | |
tree | b7314f43c0225ec0bfb04d7fda93df5c6f1e1934 /web/app/view/GeofencesController.js | |
parent | 36f645e0d3def24ea6228c0974b83f60503d9ea6 (diff) | |
download | trackermap-web-eec9ffbf8213f1df69162131245cb3282c68ca0a.tar.gz trackermap-web-eec9ffbf8213f1df69162131245cb3282c68ca0a.tar.bz2 trackermap-web-eec9ffbf8213f1df69162131245cb3282c68ca0a.zip |
Calendars implementation
Diffstat (limited to 'web/app/view/GeofencesController.js')
-rw-r--r-- | web/app/view/GeofencesController.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/web/app/view/GeofencesController.js b/web/app/view/GeofencesController.js index 032ba7fa..78389066 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 () { |