Fix ECAM controller
This commit is contained in:
parent
01018ef743
commit
11c230bdfe
1 changed files with 2 additions and 2 deletions
|
@ -243,7 +243,7 @@ var warning = {
|
||||||
},
|
},
|
||||||
callPage: func() {
|
callPage: func() {
|
||||||
if (me.sdPage == "nil" or me.hasCalled == 1) { return; }
|
if (me.sdPage == "nil" or me.hasCalled == 1) { return; }
|
||||||
ecam.SystemDisplay.failCall(me.sdPage);
|
ecam.SystemDisplayController.failureCall(me.sdPage);
|
||||||
me.hasCalled = 1;
|
me.hasCalled = 1;
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
@ -478,7 +478,7 @@ var ECAM_controller = {
|
||||||
}
|
}
|
||||||
|
|
||||||
if (statusFlag == 1 and lines[0].getValue() == "") {
|
if (statusFlag == 1 and lines[0].getValue() == "") {
|
||||||
ecam.SystemDisplay.manCall("sts");
|
ecam.SystemDisplay.manCall("statusPage");
|
||||||
statusFlag = 0;
|
statusFlag = 0;
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Reference in a new issue