aboutsummaryrefslogtreecommitdiff
path: root/web/app/view/GeofenceMap.js
diff options
context:
space:
mode:
authorAbyss777 <abyss@fox5.ru>2016-11-06 08:06:43 +0500
committerAbyss777 <abyss@fox5.ru>2016-11-06 08:16:35 +0500
commit6e05c3ec0bfd5188c17d6a9355f7f4aff4091e99 (patch)
treeba4d099f4533cdd313db82bfb9b1515ccc917139 /web/app/view/GeofenceMap.js
parent94d9ab6b5857cc5638f07155a6b45403dbc468bf (diff)
downloadetbsa-traccar-web-6e05c3ec0bfd5188c17d6a9355f7f4aff4091e99.tar.gz
etbsa-traccar-web-6e05c3ec0bfd5188c17d6a9355f7f4aff4091e99.tar.bz2
etbsa-traccar-web-6e05c3ec0bfd5188c17d6a9355f7f4aff4091e99.zip
Fix close window after cancel click.
Diffstat (limited to 'web/app/view/GeofenceMap.js')
-rw-r--r--web/app/view/GeofenceMap.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/app/view/GeofenceMap.js b/web/app/view/GeofenceMap.js
index e175a04..ad21f70 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'
}]
},