aboutsummaryrefslogtreecommitdiff
path: root/web/app/view/dialog/CommandController.js
diff options
context:
space:
mode:
authortsmgeek <tsmgeek@gmail.com>2017-08-17 00:46:46 +0100
committertsmgeek <tsmgeek@gmail.com>2017-08-17 00:46:46 +0100
commit5b3ac701e24f5b4e0a27b837fa570e9286de6368 (patch)
tree566777aa269c14eea02d602f396d28bf1a080af5 /web/app/view/dialog/CommandController.js
parenteeb55ae6800aa5f051a182760d3564523ff03d85 (diff)
downloadetbsa-traccar-web-5b3ac701e24f5b4e0a27b837fa570e9286de6368.tar.gz
etbsa-traccar-web-5b3ac701e24f5b4e0a27b837fa570e9286de6368.tar.bz2
etbsa-traccar-web-5b3ac701e24f5b4e0a27b837fa570e9286de6368.zip
Fix formatting
Diffstat (limited to 'web/app/view/dialog/CommandController.js')
-rw-r--r--web/app/view/dialog/CommandController.js3
1 files changed, 1 insertions, 2 deletions
diff --git a/web/app/view/dialog/CommandController.js b/web/app/view/dialog/CommandController.js
index 6790a9c..485d994 100644
--- a/web/app/view/dialog/CommandController.js
+++ b/web/app/view/dialog/CommandController.js
@@ -42,9 +42,8 @@ Ext.define('Traccar.view.dialog.CommandController', {
form = button.up('window').down('form');
form.updateRecord();
record = form.getRecord();
-
- switch(record.get('type')){
+ switch (record.get('type')) {
case 'positionPeriodic':
attributes = this.lookupReference('paramPositionPeriodic');
value = attributes.down('numberfield[name="frequency"]').getValue();