diff options
Diffstat (limited to 'web/app/view/MainMobile.js')
-rw-r--r-- | web/app/view/MainMobile.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/app/view/MainMobile.js b/web/app/view/MainMobile.js index 0562edb70..e42fc7f7f 100644 --- a/web/app/view/MainMobile.js +++ b/web/app/view/MainMobile.js @@ -21,7 +21,7 @@ Ext.define('Traccar.view.MainMobile', { requires: [ 'Traccar.view.Device', 'Traccar.view.State', - 'Traccar.view.map.Map' + 'Traccar.view.Map' ], layout: 'border', |