Merge branch 'dev' into 3D
This commit is contained in:
commit
f11320922a
1 changed files with 1 additions and 5 deletions
|
@ -5,11 +5,7 @@ var OOOIReport = {
|
|||
new: func(state,time=0,fob="") {
|
||||
var report = {parents:[OOOIReport]};
|
||||
report.state = state;
|
||||
if (acconfig_weight_kgs.getValue() == 1) {
|
||||
report.fob = (fob != "") ? fob : fmgc.FMGCInternal.fob * LBS2KGS;
|
||||
} else {
|
||||
report.fob = (fob != "") ? fob : fmgc.FMGCInternal.fob;
|
||||
}
|
||||
report.fob = (fob != "") ? fob : fmgc.FMGCInternal.fob;
|
||||
if (time != 0) {
|
||||
report.time = formatSecToHHMM(time);
|
||||
report.elapsed = time;
|
||||
|
|
Loading…
Reference in a new issue