From 001424d7ada69390fd7ebea8e585fb0408e147ac Mon Sep 17 00:00:00 2001 From: Anton Tananaev Date: Sat, 3 Oct 2015 13:39:53 +1300 Subject: More clean up for web interface --- web/app/view/BaseEditDialog.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'web/app/view/BaseEditDialog.js') diff --git a/web/app/view/BaseEditDialog.js b/web/app/view/BaseEditDialog.js index df8bfda93..0788c30d2 100644 --- a/web/app/view/BaseEditDialog.js +++ b/web/app/view/BaseEditDialog.js @@ -22,6 +22,6 @@ Ext.define('Traccar.view.BaseEditDialog', { handler: 'onSaveClick' }, { text: strings.sharedCancel, - handler: 'onCancelClick' + handler: 'closeView' }] }); -- cgit v1.2.3