From 309118c33dbbe28b8448dabda0d891e39490ea1b Mon Sep 17 00:00:00 2001 From: Matthias Wirth Date: Mon, 5 May 2025 15:11:26 +0000 Subject: [PATCH] always show route column --- html/script.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html/script.js b/html/script.js index 0297a29..6fb0672 100644 --- a/html/script.js +++ b/html/script.js @@ -3956,7 +3956,7 @@ function refreshFeatures() { }, html: flightawareLinks, text: 'Callsign' }; - if (useRouteAPI) { + if (1 || useRouteAPI) { cols.route = { sort: function () { sortBy('route', compareAlpha, function(x) { return x.routeString }); }, value: function(plane) {