diff options
author | Gabor Somogyi <Gabor_Somogyi@epam.com> | 2016-05-04 12:50:42 +0200 |
---|---|---|
committer | Gabor Somogyi <Gabor_Somogyi@epam.com> | 2016-05-04 12:50:42 +0200 |
commit | 51571eee9527ce192d80a1e4c542a60b9ca770d0 (patch) | |
tree | 6b0d41768dba29f464ad711b6d2fc4ab79d2b693 /web/app/view | |
parent | 1cc86f7df5704aa19d1af643c5fbf852a301858b (diff) | |
download | trackermap-server-51571eee9527ce192d80a1e4c542a60b9ca770d0.tar.gz trackermap-server-51571eee9527ce192d80a1e4c542a60b9ca770d0.tar.bz2 trackermap-server-51571eee9527ce192d80a1e4c542a60b9ca770d0.zip |
SupportedCommand model removed
Diffstat (limited to 'web/app/view')
-rw-r--r-- | web/app/view/CommandDialogController.js | 3 |
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'); |