mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-22 07:45:19 +03:00
Merge pull request #471 from mikeller/fix_unsynched_checkbox
Fixed hiding of unsynched checkbox / field.
This commit is contained in:
commit
fbb2fc1ecd
1 changed files with 0 additions and 3 deletions
|
@ -241,15 +241,12 @@ TABS.configuration.initialize = function (callback, scrollPosition) {
|
||||||
$('div.minthrottle').hide();
|
$('div.minthrottle').hide();
|
||||||
$('div.maxthrottle').hide();
|
$('div.maxthrottle').hide();
|
||||||
$('div.mincommand').hide();
|
$('div.mincommand').hide();
|
||||||
$('div.checkboxPwm').hide();
|
|
||||||
$('div.unsyncedpwmfreq').hide();
|
|
||||||
|
|
||||||
$('div.digitalIdlePercent').show();
|
$('div.digitalIdlePercent').show();
|
||||||
} else {
|
} else {
|
||||||
$('div.minthrottle').show();
|
$('div.minthrottle').show();
|
||||||
$('div.maxthrottle').show();
|
$('div.maxthrottle').show();
|
||||||
$('div.mincommand').show();
|
$('div.mincommand').show();
|
||||||
$('div.checkboxPwm').show();
|
|
||||||
|
|
||||||
$('div.digitalIdlePercent').hide();
|
$('div.digitalIdlePercent').hide();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue