Fixing APRS info windows.

This commit is contained in:
Marat Fayzullin 2023-07-15 13:37:50 -04:00
parent 39e9cc0902
commit 76c8005834
1 changed files with 1 additions and 1 deletions

View File

@ -649,7 +649,7 @@ $(function(){
}
infowindow.setContent(
'<h3>' + linkifyCallsign(callsign, urlString) + distance + '</h3>' +
'<h3>' + linkifyCallsign(callsign) + distance + '</h3>' +
'<div align="center">' + timeString + ' using ' + marker.mode +
( marker.band ? ' on ' + marker.band : '' ) + '</div>' +
commentString + weatherString + detailsString + hopsString