Skip to content

Commit

Permalink
chore: su9 compatibility (#441)
Browse files Browse the repository at this point in the history
  • Loading branch information
ninjomcs authored Apr 26, 2022
1 parent 2f95bc8 commit 97ec3f2
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "salty-747",
"version": "0.4.0",
"version": "0.6.0",
"description": "An open-source modification for the default MSFS 747-8, aiming to improve the lacking features and realism of the default aircraft.",
"scripts": {
"build:layout": "node scripts/build.js",
Expand All @@ -12,7 +12,7 @@
"dev": "rollup -wc src/instruments/rollup.config.js"
},
"author": "Salty Simulations",
"license": "MIT",
"license": "GPL-3.0-or-later",
"devDependencies": {
"@babel/core": "^7.15.5",
"@babel/plugin-proposal-class-properties": "^7.14.5",
Expand Down
6 changes: 3 additions & 3 deletions salty-747/html_ui/Pages/Salty/WT/Waypoint.js
Original file line number Diff line number Diff line change
Expand Up @@ -696,7 +696,7 @@ class VORInfo extends WayPointInfo {
});
}
}
VORInfo.readManager = new InstrumentDataReadManager();

class NDBInfo extends WayPointInfo {
constructor(_instrument) {
super(_instrument);
Expand Down Expand Up @@ -776,7 +776,7 @@ class NDBInfo extends WayPointInfo {
});
}
}
NDBInfo.readManager = new InstrumentDataReadManager();

class IntersectionInfo extends WayPointInfo {
constructor(_instrument) {
super(_instrument);
Expand Down Expand Up @@ -938,7 +938,7 @@ class IntersectionInfo extends WayPointInfo {
}
}
}
IntersectionInfo.readManager = new InstrumentDataReadManager();

IntersectionInfo.longestAirway = 0;
class Frequency {
constructor(_name, _mhValue, _bcd16Value, _type) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@

<script type="text/html" import-script="/Pages/VCockpit/Instruments/NavSystems/Shared/Templates/Highlight/highlight.js"></script>

<script type="text/html" import-script="/Pages/VCockpit/Instruments/Shared/FlightElements/FlightPlan.js"></script>
<script type="text/html" import-script="/Pages/VCockpit/Instruments/Shared/FlightElements/FlightPlanManager.js"></script>
<script type="text/html" import-script="/Pages/VCockpit/Instruments/Shared/FlightElements/Waypoint.js"></script>
<script type="text/html" import-script="/Pages/VCockpit/Instruments/Shared/FlightElements/NearestWaypoint.js"></script>
Expand Down

0 comments on commit 97ec3f2

Please sign in to comment.