From 711341ec478bfa087250edbfc3a0af30db75474d Mon Sep 17 00:00:00 2001 From: FrozenCow Date: Sat, 5 Feb 2011 19:51:06 +0100 Subject: [PATCH] Oops, forgot comma. --- web/map.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {