diff options
-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'); |