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