GIT: Revert
This commit is contained in:
parent
1e0e3bbd9d
commit
06e53b0242
4 changed files with 4 additions and 4 deletions
|
@ -42,7 +42,7 @@ var initInputA = func(key) {
|
|||
}
|
||||
setprop("/MCDU[0]/scratchpad-msg", "1");
|
||||
setprop("/MCDU[0]/scratchpad", "NOT ALLOWED");
|
||||
} else if (ci >= 0 and ci <= 120) {
|
||||
} else if (ci >= 0 and ci <= 999) {
|
||||
setprop("/FMGC/internal/cost-index", ci);
|
||||
setprop("/FMGC/internal/cost-index-set", 1);
|
||||
setprop("/MCDU[0]/scratchpad", "");
|
||||
|
|
|
@ -22,7 +22,7 @@ var perfCLBInput = func(key) {
|
|||
}
|
||||
setprop("/MCDU[0]/scratchpad-msg", "1");
|
||||
setprop("/MCDU[0]/scratchpad", "NOT ALLOWED");
|
||||
} else if (ci >= 0 and ci <= 120) {
|
||||
} else if (ci >= 0 and ci <= 999) {
|
||||
setprop("/FMGC/internal/cost-index", ci);
|
||||
setprop("/FMGC/internal/cost-index-set", 1);
|
||||
setprop("/MCDU[0]/scratchpad", "");
|
||||
|
|
|
@ -42,7 +42,7 @@ var initInputA = func(key) {
|
|||
}
|
||||
setprop("/MCDU[1]/scratchpad-msg", "1");
|
||||
setprop("/MCDU[1]/scratchpad", "NOT ALLOWED");
|
||||
} else if (ci >= 0 and ci <= 120) {
|
||||
} else if (ci >= 0 and ci <= 999) {
|
||||
setprop("/FMGC/internal/cost-index", ci);
|
||||
setprop("/FMGC/internal/cost-index-set", 1);
|
||||
setprop("/MCDU[1]/scratchpad", "");
|
||||
|
|
|
@ -22,7 +22,7 @@ var perfCLBInput = func(key) {
|
|||
}
|
||||
setprop("/MCDU[1]/scratchpad-msg", "1");
|
||||
setprop("/MCDU[1]/scratchpad", "NOT ALLOWED");
|
||||
} else if (ci >= 0 and ci <= 120) {
|
||||
} else if (ci >= 0 and ci <= 999) {
|
||||
setprop("/FMGC/internal/cost-index", ci);
|
||||
setprop("/FMGC/internal/cost-index-set", 1);
|
||||
setprop("/MCDU[1]/scratchpad", "");
|
||||
|
|
Reference in a new issue