diff options
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 () { |