1
0
Fork 0

ECAM controller fix #2

This commit is contained in:
legoboyvdlp R 2021-06-21 16:42:36 +01:00
parent 11c230bdfe
commit 6f4865e542

View file

@ -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;
} }
}, },