diff --git a/web/map.js b/web/map.js index 68d5ed82..95941d86 100644 --- a/web/map.js +++ b/web/map.js @@ -323,7 +323,7 @@ DynMap.prototype = { popup.popupTime = now.getTime(); if (!popup.infoWindow) { popup.infoWindow = new google.maps.InfoWindow({ - disableAutoPan: me.options.focuschatballoons || false + disableAutoPan: me.options.focuschatballoons || false, content: htmlMessage }); } else {