diff options
author | Struan Donald <struan@exo.org.uk> | 2013-08-07 17:15:44 +0100 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2013-08-07 17:15:44 +0100 |
commit | e46f9bc38a89c69f95592bf0e2fc38b67c9a96ce (patch) | |
tree | 3764534bcacaa406b4608451b62e8a2edc0d51b0 /src/js/views/around.js | |
parent | f5a2befae3979512c8e99a24051ae762a95221d1 (diff) |
make sure the relocate button is hidden before map display
Diffstat (limited to 'src/js/views/around.js')
-rw-r--r-- | src/js/views/around.js | 1 |
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(); |