diff options
author | Abyss777 <abyss@fox5.ru> | 2016-11-06 08:06:43 +0500 |
---|---|---|
committer | Abyss777 <abyss@fox5.ru> | 2016-11-06 08:16:35 +0500 |
commit | 6e05c3ec0bfd5188c17d6a9355f7f4aff4091e99 (patch) | |
tree | ba4d099f4533cdd313db82bfb9b1515ccc917139 /web/app/view | |
parent | 94d9ab6b5857cc5638f07155a6b45403dbc468bf (diff) | |
download | trackermap-web-6e05c3ec0bfd5188c17d6a9355f7f4aff4091e99.tar.gz trackermap-web-6e05c3ec0bfd5188c17d6a9355f7f4aff4091e99.tar.bz2 trackermap-web-6e05c3ec0bfd5188c17d6a9355f7f4aff4091e99.zip |
Fix close window after cancel click.
Diffstat (limited to 'web/app/view')
-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' }] }, |