Fixed hiding of unsynched checkbox / field.

10.3.x-maintenance
Michael Keller 2017-03-17 12:58:53 +13:00
parent 8dcf308a89
commit 168a987249
1 changed files with 0 additions and 3 deletions

View File

@ -241,15 +241,12 @@ TABS.configuration.initialize = function (callback, scrollPosition) {
$('div.minthrottle').hide();
$('div.maxthrottle').hide();
$('div.mincommand').hide();
$('div.checkboxPwm').hide();
$('div.unsyncedpwmfreq').hide();
$('div.digitalIdlePercent').show();
} else {
$('div.minthrottle').show();
$('div.maxthrottle').show();
$('div.mincommand').show();
$('div.checkboxPwm').show();
$('div.digitalIdlePercent').hide();
}