diff options
author | Dave Whiteland <dave@mysociety.org> | 2013-03-27 10:29:26 +0000 |
---|---|---|
committer | Dave Whiteland <dave@mysociety.org> | 2013-03-27 10:29:26 +0000 |
commit | 9a8601aa9a057320c8e9dd8e432e0f5278ff093a (patch) | |
tree | 8cc1e3482d7b9f53c18df8de442a4799d42638a7 /web | |
parent | 22bb5e7406360c889a95d450d8f1d3c5c13c89f2 (diff) |
remove OCC 'Click on a pin and then on...' advice pending IE test and fix
Diffstat (limited to 'web')
-rw-r--r-- | web/cobrands/oxfordshire/position_map.js | 12 |
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 “details” 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() {} |