Changed clocks to be components.
This commit is contained in:
parent
1cda538eef
commit
f93eb8dcbc
9 changed files with 161 additions and 147 deletions
|
|
@ -29,7 +29,7 @@ componentconstructors['chatballoon'] = function(dynmap, configuration) {
|
|||
htmlMessage = htmlMessage + "</div>";
|
||||
if (!popup.infoWindow) {
|
||||
popup.infoWindow = new google.maps.InfoWindow({
|
||||
disableAutoPan: !(me.options.focuschatballoons || false),
|
||||
disableAutoPan: !(configuration.focuschatballoons || false),
|
||||
content: htmlMessage
|
||||
});
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue