diff --git a/html/script.js b/html/script.js index 79275b6..a4e8e98 100644 --- a/html/script.js +++ b/html/script.js @@ -2145,7 +2145,7 @@ function refreshFeatures() { html: true, }; cols.flight = { - sort: function () { sortBy('flight', compareBeta, function(x) { return x.flight ? x.flight : x.registration; }); }, + sort: function () { sortBy('flight', compareAlpha, function(x) { return x.flight }); }, value: function(plane) { return (flightawareLinks ? getFlightAwareModeSLink(plane.icao, plane.flight, plane.name) : plane.name); }, html: flightawareLinks, text: 'Ident' };