From 31b8dd4fd59223f5b0ab788923643b866a24ca58 Mon Sep 17 00:00:00 2001 From: Jakob Ketterl Date: Sat, 6 Jul 2019 12:53:11 +0200 Subject: [PATCH] send ysf pins to the map --- htdocs/openwebrx.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/openwebrx.js b/htdocs/openwebrx.js index 5297549..814144d 100644 --- a/htdocs/openwebrx.js +++ b/htdocs/openwebrx.js @@ -1352,7 +1352,7 @@ function update_metadata(meta) { mode = "Mode: " + meta.mode; source = meta.source || ""; if (meta.lat && meta.lon) { - source = "" + source; + source = "" + source; } up = meta.up ? "Up: " + meta.up : ""; down = meta.down ? "Down: " + meta.down : "";