diff options
Diffstat (limited to 'web')
-rw-r--r-- | web/cobrands/oxfordshire/position_map.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/cobrands/oxfordshire/position_map.js b/web/cobrands/oxfordshire/position_map.js index 24970a3fe..00583edce 100644 --- a/web/cobrands/oxfordshire/position_map.js +++ b/web/cobrands/oxfordshire/position_map.js @@ -19,7 +19,7 @@ function position_map_box() { 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>"); + "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({ |