aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStruan Donald <struan@exo.org.uk>2013-08-07 17:15:44 +0100
committerStruan Donald <struan@exo.org.uk>2013-08-07 17:15:44 +0100
commite46f9bc38a89c69f95592bf0e2fc38b67c9a96ce (patch)
tree3764534bcacaa406b4608451b62e8a2edc0d51b0
parentf5a2befae3979512c8e99a24051ae762a95221d1 (diff)
make sure the relocate button is hidden before map display
-rw-r--r--src/js/views/around.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/js/views/around.js b/src/js/views/around.js
index 5a5e590..ccc2ef0 100644
--- a/src/js/views/around.js
+++ b/src/js/views/around.js
@@ -45,6 +45,7 @@
$('#view-my-reports').hide();
$('#login-options').hide();
$('#postcodeForm').hide();
+ $('#relocate').hide();
$('#cancel').hide();
$('#map_box').removeClass('background-map');
this.fixPageHeight();