aboutsummaryrefslogtreecommitdiffstats
path: root/www/js
diff options
context:
space:
mode:
authorStruan Donald <struan@exo.org.uk>2013-05-29 12:21:30 +0100
committerStruan Donald <struan@exo.org.uk>2013-05-29 12:21:30 +0100
commit6c08595d2d21a4320cc04127585e890a1316239d (patch)
tree5c3831f12337d3f34b32e1a84c6400c9e5865402 /www/js
parent2769f70663e191eda8762f728020d52e5f9fedfa (diff)
hide all buttons on the around screen to stop the wrong ones flashing up on initial load
Diffstat (limited to 'www/js')
-rw-r--r--www/js/views/around.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/www/js/views/around.js b/www/js/views/around.js
index a7bce6b..7665b15 100644
--- a/www/js/views/around.js
+++ b/www/js/views/around.js
@@ -34,6 +34,7 @@
},
beforeDisplay: function() {
+ $('a[data-role="button"]').hide();
$('#cancel').hide();
},