aboutsummaryrefslogtreecommitdiff
path: root/web
diff options
context:
space:
mode:
authorGabor Somogyi <Gabor_Somogyi@epam.com>2016-05-04 12:50:42 +0200
committerGabor Somogyi <Gabor_Somogyi@epam.com>2016-05-04 12:50:42 +0200
commit51571eee9527ce192d80a1e4c542a60b9ca770d0 (patch)
tree6b0d41768dba29f464ad711b6d2fc4ab79d2b693 /web
parent1cc86f7df5704aa19d1af643c5fbf852a301858b (diff)
downloadtraccar-server-51571eee9527ce192d80a1e4c542a60b9ca770d0.tar.gz
traccar-server-51571eee9527ce192d80a1e4c542a60b9ca770d0.tar.bz2
traccar-server-51571eee9527ce192d80a1e4c542a60b9ca770d0.zip
SupportedCommand model removed
Diffstat (limited to 'web')
-rw-r--r--web/app/view/CommandDialogController.js3
1 files changed, 0 insertions, 3 deletions
diff --git a/web/app/view/CommandDialogController.js b/web/app/view/CommandDialogController.js
index ec6b8b3b9..93109a2d6 100644
--- a/web/app/view/CommandDialogController.js
+++ b/web/app/view/CommandDialogController.js
@@ -18,9 +18,6 @@ Ext.define('Traccar.view.CommandDialogController', {
extend: 'Ext.app.ViewController',
alias: 'controller.commandDialog',
- onShow: function () {
- },
-
onSelect: function (selected) {
this.lookupReference('paramPositionPeriodic').setHidden(
selected.getValue() !== 'positionPeriodic');