Hiding div.disarm element when, not applicable.
CONFIG.apiVersion dependent10.3.x-maintenance
parent
69c18377cf
commit
911c09076b
|
@ -256,6 +256,9 @@ TABS.configuration.initialize = function (callback, scrollPosition) {
|
|||
if(bit_check(BF_CONFIG.features, 4 + 1))//MOTOR_STOP
|
||||
$('div.disarmdelay').slideDown();
|
||||
|
||||
if (CONFIG.apiVersion < 1.8)
|
||||
$('div.disarm').hide();
|
||||
|
||||
// fill throttle
|
||||
$('input[name="minthrottle"]').val(MISC.minthrottle);
|
||||
$('input[name="midthrottle"]').val(MISC.midrc);
|
||||
|
|
Loading…
Reference in New Issue