Made it possible to change background color in style.css

This commit is contained in:
FrozenCow 2011-01-23 12:00:15 +01:00
parent 9ea9e347ea
commit 676f6c5a3e
2 changed files with 2 additions and 1 deletions

View file

@ -97,7 +97,7 @@ DynMap.prototype = {
scaleControl: false,
mapTypeControl: false,
streetViewControl: false,
backgroundColor: '#000'
backgroundColor: 'none'
});
google.maps.event.addListener(map, 'dragstart', function(mEvent) {