Made it possible to change background color in style.css
This commit is contained in:
parent
9ea9e347ea
commit
676f6c5a3e
2 changed files with 2 additions and 1 deletions
|
|
@ -97,7 +97,7 @@ DynMap.prototype = {
|
|||
scaleControl: false,
|
||||
mapTypeControl: false,
|
||||
streetViewControl: false,
|
||||
backgroundColor: '#000'
|
||||
backgroundColor: 'none'
|
||||
});
|
||||
|
||||
google.maps.event.addListener(map, 'dragstart', function(mEvent) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue