Fixing APRS info windows.
This commit is contained in:
parent
39e9cc0902
commit
76c8005834
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue