aboutsummaryrefslogtreecommitdiff
path: root/web/app/view/CommandDialog.js
diff options
context:
space:
mode:
Diffstat (limited to 'web/app/view/CommandDialog.js')
-rw-r--r--web/app/view/CommandDialog.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/app/view/CommandDialog.js b/web/app/view/CommandDialog.js
index 1cc96b195..5d37f3173 100644
--- a/web/app/view/CommandDialog.js
+++ b/web/app/view/CommandDialog.js
@@ -62,6 +62,6 @@ Ext.define('Traccar.view.CommandDialog', {
handler: 'onSendClick'
}, {
text: strings.sharedCancel,
- handler: 'onCancelClick'
+ handler: 'closeView'
}]
});