From 5fb098259aea3a9625279e3d0e69c9ee581decb2 Mon Sep 17 00:00:00 2001 From: FrozenCow Date: Tue, 15 Feb 2011 13:08:33 +0100 Subject: [PATCH] focuschatballoons now defaults to false. --- web/map.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/map.js b/web/map.js index cfd08f8e..82677fc3 100644 --- a/web/map.js +++ b/web/map.js @@ -419,7 +419,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 {