chunk name list

This commit is contained in:
Matthias Wirth
2019-08-08 23:35:58 +02:00
parent 30345a53b8
commit 3138b72b4b
3 changed files with 35 additions and 36 deletions

View File

@@ -535,7 +535,7 @@ function parse_history() {
if (PositionHistoryBuffer.length > 0) {
// Sort history by timestamp
console.log("Sorting history");
console.log("Sorting history: " + PositionHistoryBuffer.length);
PositionHistoryBuffer.sort(function(x,y) { return (y.now - x.now); });
// Process history
@@ -1362,7 +1362,7 @@ function refreshTableInfo() {
classes += " other";
}
if (tableplane.selected)
if (tableplane.selected && !SelectedAllPlanes)
classes += " selected";
if (tableplane.squawk in SpecialSquawks) {