Removed parentheses, added a space before "km".

This commit is contained in:
Marat Fayzullin 2022-09-16 00:02:17 -04:00
parent 4423c7f13a
commit 7a61f991ad
1 changed files with 1 additions and 1 deletions

View File

@ -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>' +