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;