aboutsummaryrefslogtreecommitdiffstats
path: root/web
diff options
context:
space:
mode:
authorMatthew Somerville <matthew@mysociety.org>2012-01-12 17:51:54 +0000
committerMatthew Somerville <matthew@mysociety.org>2012-01-12 17:51:54 +0000
commit7817cbe264e3aa2ac784d4ea2e2b580174370f0f (patch)
treed9b34569964841794801df2885f0222e7ff3c6d2 /web
parent07e8d5d7a68756ebed5e65fb55bed46fb1526b22 (diff)
Forgot to uncomment z-index lines.
Diffstat (limited to 'web')
-rw-r--r--web/js/map-OpenLayers.js6
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
})
})
};