From 51571eee9527ce192d80a1e4c542a60b9ca770d0 Mon Sep 17 00:00:00 2001 From: Gabor Somogyi Date: Wed, 4 May 2016 12:50:42 +0200 Subject: SupportedCommand model removed --- web/app/view/CommandDialogController.js | 3 --- 1 file changed, 3 deletions(-) (limited to 'web') 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'); -- cgit v1.2.3