Skip to content

Commit

Permalink
chore: remove old mcdu aoc w+b page (#7409)
Browse files Browse the repository at this point in the history
* chore: remove old mcdu payload page

* fix: html import

* fix: restored w+b menu option (inop)
  • Loading branch information
2hwk authored Aug 30, 2022
1 parent e01d709 commit 44e3719
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 239 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,6 @@
<script type="text/html" import-script="/Pages/VCockpit/Instruments/Airliners/FlyByWire_A320_Neo/CDU/ATSU/A320_Neo_CDU_Comm_Menu.js"></script>
<script type="text/html" import-script="/Pages/VCockpit/Instruments/Airliners/FlyByWire_A320_Neo/CDU/ATSU/A320_Neo_CDU_ATSU_DatalinkStatus.js"></script>
<script type="text/html" import-script="/Pages/VCockpit/Instruments/Airliners/FlyByWire_A320_Neo/CDU/ATSU/A320_Neo_CDU_AOC_Init.js"></script>
<script type="text/html" import-script="/Pages/VCockpit/Instruments/Airliners/FlyByWire_A320_Neo/CDU/ATSU/A320_Neo_CDU_AOC_OFPData.js"></script>

<!-- CFDS Pages -->
<script type="text/html" import-script="/Pages/VCockpit/Instruments/Airliners/FlyByWire_A320_Neo/CDU/CFDS/A320_Neo_CDU_CFDS_Menu.js"></script>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ class CDUAocMenu {
["", "RECEIVED\xa0"],
["<ATIS", "MESSAGES>"],
["", "SENT\xa0"],
["<W/B[color]white", "MESSAGES>"],
["<W/B[color]inop", "MESSAGES>"],
[""],
["", "DIVERSION>[color]inop"],
["\xa0ATSU DLK"],
Expand All @@ -30,12 +30,6 @@ class CDUAocMenu {
mcdu.onLeftInput[2] = () => {
CDUAocRequestsAtis.ShowPage(mcdu);
};
mcdu.leftInputDelay[3] = () => {
return mcdu.getDelaySwitchPage();
};
mcdu.onLeftInput[3] = () => {
CDUAocOfpData.ShowPage(mcdu);
};
mcdu.leftInputDelay[5] = () => {
return mcdu.getDelaySwitchPage();
};
Expand Down

This file was deleted.

0 comments on commit 44e3719

Please sign in to comment.