Removed parentheses, added a space before "km".
This commit is contained in:
parent
4423c7f13a
commit
7a61f991ad
@ -382,7 +382,7 @@ $(function(){
|
||||
return b.lastseen - a.lastseen;
|
||||
});
|
||||
var distance = receiverMarker?
|
||||
" (at " + distanceKm(receiverMarker.position, pos) + "km)" : "";
|
||||
" at " + distanceKm(receiverMarker.position, pos) + " km" : "";
|
||||
infowindow.setContent(
|
||||
'<h3>Locator: ' + locator + distance + '</h3>' +
|
||||
'<div>Active Callsigns:</div>' +
|
||||
|
Loading…
Reference in New Issue
Block a user