mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
Update assets/js/sections/gridmap.js
Co-authored-by: Florian (DF2ET) <github@florian-wolters.de>
This commit is contained in:
committed by
GitHub
parent
a87c8cd13f
commit
0ba89b0f4e
@@ -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\">";
|
||||
|
||||
Reference in New Issue
Block a user