mirror of
https://github.com/uw935/vatsimfox.git
synced 2026-09-17 05:59:04 +00:00
fix: changed text in viewer.js && contributing in readme.md updated
This commit is contained in:
@@ -120,7 +120,7 @@ function showFlight(flight) {
|
||||
|
||||
// Changing text in each class
|
||||
// FP before _ - means flightplan
|
||||
$(".fp_is_filed").text(flight["not_filed"] ? "This flightplan was not filed" : "");
|
||||
$(".fp_is_filed").text(flight["not_filed"] ? "This flightplan wasn't used" : "");
|
||||
$(".fp_callsign").text(flight["callsign"]);
|
||||
$(".fp_depa_city").text(airports[flight["dep"]]["city"]);
|
||||
$(".fp_arra_city").text(airports[flight["arr"]]["city"]);
|
||||
|
||||
Reference in New Issue
Block a user