From 9a25c68d9a4b0c0a03baf181cb3c34d89c59c949 Mon Sep 17 00:00:00 2001 From: Jakob Ketterl Date: Sat, 13 Jul 2019 17:20:03 +0200 Subject: [PATCH] wording change --- htdocs/map.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/htdocs/map.js b/htdocs/map.js index d2253ad..82f4a59 100644 --- a/htdocs/map.js +++ b/htdocs/map.js @@ -196,7 +196,7 @@ '' ); @@ -210,7 +210,7 @@ var timestring = moment(marker.lastseen).fromNow(); infowindow.setContent( '

' + callsign + '

' + - '
' + timestring + ' via ' + marker.mode + '
' + '
' + timestring + ' using ' + marker.mode + '
' ); infowindow.open(map, marker); }