mirror of
https://github.com/webbukkit/dynmap.git
synced 2024-12-28 19:47:45 +01:00
focuschatballoons now defaults to false.
This commit is contained in:
parent
24c9dfed41
commit
5fb098259a
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user