aboutsummaryrefslogtreecommitdiffstats
path: root/web
diff options
context:
space:
mode:
Diffstat (limited to 'web')
-rw-r--r--web/cobrands/oxfordshire/position_map.js12
1 files changed, 0 insertions, 12 deletions
diff --git a/web/cobrands/oxfordshire/position_map.js b/web/cobrands/oxfordshire/position_map.js
index 00583edce..a5faf4b2a 100644
--- a/web/cobrands/oxfordshire/position_map.js
+++ b/web/cobrands/oxfordshire/position_map.js
@@ -17,18 +17,6 @@ function position_map_box() {
margin: 0
});
- if (1 || ! $('#occ-map-instructions').count) {
- $('#map_box').after("<div id='occ-map-instructions'><p>" +
- "Click on a pin and then on the &ldquo;details&rdquo; link to see an individual report detail.</p></div>");
- }
- var mb_y = $('#map_box').position().top + map_box_height ;
- $('#occ-map-instructions').show().css({
- left: '',
- right: oxfordshire_right,
- bottom: '',
- top: mb_y +'px',
- width: map_box_width
- });
}
function map_fix() {}