Hide new params for older version

10.3.x-maintenance
U-DESKTOP-12PPI61\boris.bozic 2016-08-05 09:30:59 +02:00
parent e83314c65c
commit 63e806a2bd
1 changed files with 4 additions and 0 deletions

View File

@ -968,5 +968,9 @@ TABS.pid_tuning.updatePidControllerParameters = function () {
$('#pid-tuning .delta').hide();
}
} else {
$('#pid-tuning .delta').show();
$('#pid-tuning .ptermSetpoint').hide();
$('#pid-tuning .dtermSetpoint').hide();
}
}