diff options
Diffstat (limited to 'web/app/view/MapController.js')
-rw-r--r-- | web/app/view/MapController.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/app/view/MapController.js b/web/app/view/MapController.js index 6ef9f91e6..ab7461cf0 100644 --- a/web/app/view/MapController.js +++ b/web/app/view/MapController.js @@ -35,7 +35,7 @@ Ext.define('Traccar.view.MapController', { add: 'updateLatest', update: 'updateLatest' }, - '#Positions': { + '#ReportRoute': { load: 'loadReport', clear: 'clearReport' } |