aboutsummaryrefslogtreecommitdiffstats
path: root/www/js
diff options
context:
space:
mode:
Diffstat (limited to 'www/js')
-rw-r--r--www/js/views/around.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/www/js/views/around.js b/www/js/views/around.js
index 2fbd7c3..1d4964c 100644
--- a/www/js/views/around.js
+++ b/www/js/views/around.js
@@ -39,6 +39,8 @@
beforeDisplay: function() {
$('a[data-role="button"]').hide();
+ $('#login-options').hide();
+ $('#postcodeForm').hide();
$('#cancel').hide();
},
@@ -59,6 +61,7 @@
this.listenTo(FMS.locator, 'gps_current_position', this.positionUpdate);
} else {
this.locate();
+ this.displayButtons(false);
}
},