Skip to content

Commit

Permalink
fix flightaware link
Browse files Browse the repository at this point in the history
  • Loading branch information
jvde-github committed Jan 30, 2025
1 parent 35275e3 commit 504eea1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion HTML/script.js
Original file line number Diff line number Diff line change
Expand Up @@ -739,7 +739,7 @@ function openADSBExchange(m) {
}

function openFlightAware(m) {
window.open("https://flightaware.com/live/modes/" + getICAOfromHexIdent(m)) + "/redirect";
window.open("https://flightaware.com/live/modes/" + getICAOfromHexIdent(m) + "/redirect");
}

const mapMenu = document.getElementById("map-menu");
Expand Down

0 comments on commit 504eea1

Please sign in to comment.