mirror of
https://github.com/webbukkit/dynmap.git
synced 2024-12-25 18:17:37 +01:00
Oops, forgot comma.
This commit is contained in:
parent
14a3d32205
commit
711341ec47
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user