diff --git a/src/trx-client/trx-frontend/trx-frontend-http/assets/web/app.js b/src/trx-client/trx-frontend/trx-frontend-http/assets/web/app.js index d2607f1..b4ee328 100644 --- a/src/trx-client/trx-frontend/trx-frontend-http/assets/web/app.js +++ b/src/trx-client/trx-frontend/trx-frontend-http/assets/web/app.js @@ -6319,11 +6319,7 @@ function rebuildDecodeContactPaths() { } } } - // Index directed messages by "SOURCE::TARGET" for QSO (bidirectional) check - const directedPairs = new Set(directedMessages.map((m) => `${m.source}::${m.target}`)); for (const msg of directedMessages) { - // A true QSO requires both A→B and B→A directed messages - if (!directedPairs.has(`${msg.target}::${msg.source}`)) continue; const targetLocator = stationLocators.get(msg.target); if (!targetLocator) continue; if (msg.sourceGrid === targetLocator.grid) continue; diff --git a/src/trx-client/trx-frontend/trx-frontend-http/assets/web/index.html b/src/trx-client/trx-frontend/trx-frontend-http/assets/web/index.html index 27e271a..daf6944 100644 --- a/src/trx-client/trx-frontend/trx-frontend-http/assets/web/index.html +++ b/src/trx-client/trx-frontend/trx-frontend-http/assets/web/index.html @@ -752,7 +752,7 @@
- TRX paths on popup, directed contact paths when both locators are known + TRX paths on popup, directed decode paths when target locator is known
@@ -766,8 +766,8 @@
-
Longest QSOs
-
Top 5 directed decode contacts in the current map view
+
Longest decode paths
+
Top 5 directed decode paths in the current map view