aboutsummaryrefslogtreecommitdiff
path: root/web
diff options
context:
space:
mode:
authorAnton Tananaev <anton.tananaev@gmail.com>2016-11-06 18:56:47 +1300
committerGitHub <noreply@github.com>2016-11-06 18:56:47 +1300
commit941d09ba9d24fedeab268e9d109d5be9e8008282 (patch)
treeba4d099f4533cdd313db82bfb9b1515ccc917139 /web
parent94d9ab6b5857cc5638f07155a6b45403dbc468bf (diff)
parent6e05c3ec0bfd5188c17d6a9355f7f4aff4091e99 (diff)
downloadetbsa-traccar-web-941d09ba9d24fedeab268e9d109d5be9e8008282.tar.gz
etbsa-traccar-web-941d09ba9d24fedeab268e9d109d5be9e8008282.tar.bz2
etbsa-traccar-web-941d09ba9d24fedeab268e9d109d5be9e8008282.zip
Merge pull request #312 from Abyss777/fix_geofence_cancel
Fix close geofence geometry edit window after cancel click.
Diffstat (limited to 'web')
-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'
}]
},