diff options
Diffstat (limited to 'www/js')
-rw-r--r-- | www/js/views/around.js | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/www/js/views/around.js b/www/js/views/around.js index fc9a7e6..5d06dbf 100644 --- a/www/js/views/around.js +++ b/www/js/views/around.js @@ -139,8 +139,11 @@ } else { msg = FMS.strings.location_problem; } + if ( !fixmystreet.map ) { + $('#relocate').hide(); + $('#mark-here').hide(); + } $('#front-howto').html('<p>' + msg + '</msg>'); - $('#relocate').hide(); // TODO: not sure we want to do this $('#front-howto').show(); }, |