aboutsummaryrefslogtreecommitdiff
path: root/web/app/view/Map.js
diff options
context:
space:
mode:
Diffstat (limited to 'web/app/view/Map.js')
-rw-r--r--web/app/view/Map.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/web/app/view/Map.js b/web/app/view/Map.js
index 88bdf8b..ebc6bbb 100644
--- a/web/app/view/Map.js
+++ b/web/app/view/Map.js
@@ -20,7 +20,8 @@ Ext.define('Traccar.view.Map', {
xtype: 'mapView',
requires: [
- 'Traccar.view.MapController'
+ 'Traccar.view.MapController',
+ 'Traccar.view.SettingsMenu'
],
controller: 'map',