always show route column

This commit is contained in:
Matthias Wirth
2025-05-05 15:11:26 +00:00
parent 2ff054306e
commit 309118c33d

View File

@@ -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) {