Update assets/js/sections/gridmap.js

Co-authored-by: Florian (DF2ET) <github@florian-wolters.de>
This commit is contained in:
Andreas Kristiansen
2026-01-08 13:34:42 +01:00
committed by GitHub
parent a87c8cd13f
commit 0ba89b0f4e

View File

@@ -192,7 +192,7 @@ function plot(visitor, grid_two, grid_four, grid_six, grid_two_confirmed, grid_f
// Add country name if selected
const countryName = getSelectedCountryName();
if (countryName) {
html += '<h4>Country: ' + countryName + '</h4>';
html += '<h4>DXCC: ' + countryName + '</h4>';
}
html += "<table border=\"0\">";