aboutsummaryrefslogtreecommitdiffstats
path: root/web/js/map-OpenLayers.js
diff options
context:
space:
mode:
authorJosh Angell <josh@supercooldesign.co.uk>2012-03-07 15:30:55 +0000
committerJosh Angell <josh@supercooldesign.co.uk>2012-03-07 15:30:55 +0000
commitffe380949c2c0417e872b3819353dc90d564c2d9 (patch)
tree6a2a34c9c67f68c7126ff2fa331ef4ce27ec5ff0 /web/js/map-OpenLayers.js
parent6c439ef2f42bd3f7fb11605cf3c62fa9aeee7b57 (diff)
parent84f1d553ae8e5fb0821d2e416538fa935bf2feaf (diff)
Merge branch 'supercool' of ssh://github.com/mysociety/fixmystreet into supercool
Diffstat (limited to 'web/js/map-OpenLayers.js')
-rw-r--r--web/js/map-OpenLayers.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/js/map-OpenLayers.js b/web/js/map-OpenLayers.js
index 8ee217dff..101585c07 100644
--- a/web/js/map-OpenLayers.js
+++ b/web/js/map-OpenLayers.js
@@ -461,11 +461,11 @@ OpenLayers.Control.Click = OpenLayers.Class(OpenLayers.Control, {
}
}
+ $('#sub_map_links').hide();
if ($('html').hasClass('mobile')) {
var $map_box = $('#map_box'),
width = $map_box.width(),
height = $map_box.height();
- $('#sub_map_links').hide();
$map_box.append(
'<p id="mob_sub_map_links">' +
'<a href="#" id="try_again">Try again</a>' +