diff options
Diffstat (limited to 'web/app/view/map')
-rw-r--r-- | web/app/view/map/MapMarkerController.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/app/view/map/MapMarkerController.js b/web/app/view/map/MapMarkerController.js index 951a8253..c7767dd8 100644 --- a/web/app/view/map/MapMarkerController.js +++ b/web/app/view/map/MapMarkerController.js @@ -59,7 +59,7 @@ Ext.define('Traccar.view.map.MapMarkerController', { load: 'loadReport', clear: 'clearReport' }, - '#EventPositions': { + '#Events': { remove: 'clearEvent', clear: 'clearEvent' } |