Changed clocks to be components.

This commit is contained in:
FrozenCow 2011-03-31 15:52:35 +02:00
parent 1cda538eef
commit f93eb8dcbc
9 changed files with 161 additions and 147 deletions

View file

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