ECAM controller fix #2
This commit is contained in:
parent
11c230bdfe
commit
6f4865e542
1 changed files with 1 additions and 1 deletions
|
@ -478,7 +478,7 @@ var ECAM_controller = {
|
||||||
}
|
}
|
||||||
|
|
||||||
if (statusFlag == 1 and lines[0].getValue() == "") {
|
if (statusFlag == 1 and lines[0].getValue() == "") {
|
||||||
ecam.SystemDisplay.manCall("statusPage");
|
ecam.SystemDisplayController.manCall("statusPage");
|
||||||
statusFlag = 0;
|
statusFlag = 0;
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue