mirror of
https://github.com/webbukkit/dynmap.git
synced 2024-12-26 10:37:44 +01:00
Make IE happy (or, at least, suck much less) by providing a valid background color!
This commit is contained in:
parent
0b7bd72231
commit
095f7b5338
@ -145,7 +145,7 @@ DynMap.prototype = {
|
||||
scaleControl: false,
|
||||
mapTypeControl: false,
|
||||
streetViewControl: false,
|
||||
backgroundColor: 'none'
|
||||
backgroundColor: '#000000'
|
||||
});
|
||||
|
||||
map.zoom_changed = function() {
|
||||
|
Loading…
Reference in New Issue
Block a user