focuschatballoons now defaults to false.

This commit is contained in:
FrozenCow 2011-02-15 13:08:33 +01:00
parent 24c9dfed41
commit 5fb098259a

View File

@ -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 {