diff options
-rw-r--r-- | web/app/view/GeofenceMap.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/app/view/GeofenceMap.js b/web/app/view/GeofenceMap.js index e175a043..ad21f70d 100644 --- a/web/app/view/GeofenceMap.js +++ b/web/app/view/GeofenceMap.js @@ -50,7 +50,7 @@ Ext.define('Traccar.view.GeofenceMap', { tooltip: Strings.sharedCancel, tooltipType: 'title', minWidth: 0, - handler: 'closeView' + handler: 'onCancelClick' }] }, |