aboutsummaryrefslogtreecommitdiff
path: root/web
diff options
context:
space:
mode:
authorEvgeny S Maksimov <admin@vragam.net>2019-02-26 12:32:39 +0300
committerEvgeny S Maksimov <admin@vragam.net>2019-02-26 12:32:39 +0300
commite3e14d53eb06240577600aa6179489e4a3a36957 (patch)
tree05bc478535f78e7d5134a756ec764027112bda65 /web
parentaf41d034854a8d267463759a72fe1f610c9d297d (diff)
downloadetbsa-traccar-web-e3e14d53eb06240577600aa6179489e4a3a36957.tar.gz
etbsa-traccar-web-e3e14d53eb06240577600aa6179489e4a3a36957.tar.bz2
etbsa-traccar-web-e3e14d53eb06240577600aa6179489e4a3a36957.zip
Fix comma error
Diffstat (limited to 'web')
-rw-r--r--web/app/view/EventsController.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/app/view/EventsController.js b/web/app/view/EventsController.js
index 9bce2bf..d9e0c1e 100644
--- a/web/app/view/EventsController.js
+++ b/web/app/view/EventsController.js
@@ -25,7 +25,7 @@ Ext.define('Traccar.view.EventsController', {
controller: {
'*': {
selectdevice: 'deselectEvent',
- selectreport: 'deselectEvent',
+ selectreport: 'deselectEvent'
},
'map': {
deselectfeature: 'deselectFeature'