Added 'focuschatballoons' to config influenced by Incendia's suggestion.

This commit is contained in:
FrozenCow 2011-02-05 02:59:03 +01:00
parent 9951baf8b5
commit 902cc87458
2 changed files with 2 additions and 0 deletions

View file

@ -323,6 +323,7 @@ DynMap.prototype = {
popup.popupTime = now.getTime();
if (!popup.infoWindow) {
popup.infoWindow = new google.maps.InfoWindow({
disableAutoPan: me.options.focuschatballoons || false
content: htmlMessage
});
} else {