Further fix
This commit is contained in:
parent
d41a5be22f
commit
1bf301f8ce
1 changed files with 1 additions and 1 deletions
|
@ -312,7 +312,7 @@ var ECAMControlPanel = {
|
||||||
ECAM.lights[pageLightOff].setBoolValue(0);
|
ECAM.lights[pageLightOff].setBoolValue(0);
|
||||||
},
|
},
|
||||||
lightOn: func(pageLightOn) {
|
lightOn: func(pageLightOn) {
|
||||||
if (pageLightOff == "crz") { return; }
|
if (pageLightOn == "crz") { return; }
|
||||||
ECAM.lights[pageLightOn].setBoolValue(1);
|
ECAM.lights[pageLightOn].setBoolValue(1);
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue