From 829b4afe14ec047e92faf55f6ec55ab0ffd9fed5 Mon Sep 17 00:00:00 2001 From: Jan-Piet Mens Date: Sat, 30 Jan 2016 11:15:22 +0100 Subject: [PATCH] spacing --- docroot/last/functions.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docroot/last/functions.js b/docroot/last/functions.js index e084697..53ada1c 100644 --- a/docroot/last/functions.js +++ b/docroot/last/functions.js @@ -133,7 +133,7 @@ function map_marker(loc) var ghash = loc.ghash ? loc.ghash : "unknown"; var extrainfo = ghash + " (" + loc.lat + "," + loc.lon + ") " + fulldate; - extrainfo = "+extrainfo+""; + extrainfo = "" + extrainfo + ""; if (loc.addr) { htmldesc = "" + userdev + "
" + loc.addr + "
" + extrainfo;