diff options
author | Matthew Somerville <matthew@mysociety.org> | 2012-01-12 17:51:54 +0000 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2012-01-12 17:51:54 +0000 |
commit | 7817cbe264e3aa2ac784d4ea2e2b580174370f0f (patch) | |
tree | d9b34569964841794801df2885f0222e7ff3c6d2 /web | |
parent | 07e8d5d7a68756ebed5e65fb55bed46fb1526b22 (diff) |
Forgot to uncomment z-index lines.
Diffstat (limited to 'web')
-rw-r--r-- | web/js/map-OpenLayers.js | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/web/js/map-OpenLayers.js b/web/js/map-OpenLayers.js index 1ddad2fbb..5f91f2534 100644 --- a/web/js/map-OpenLayers.js +++ b/web/js/map-OpenLayers.js @@ -72,9 +72,9 @@ function fixmystreet_onload() { backgroundWidth: 50, backgroundHeight: 19, backgroundXOffset: -7, - backgroundYOffset: -19 - //graphicZIndex: 11, - //backgroundGraphicZIndex: 10, + backgroundYOffset: -19, + graphicZIndex: 11, + backgroundGraphicZIndex: 10 }) }) }; |