diff options
author | Struan Donald <struan@exo.org.uk> | 2013-05-29 12:21:30 +0100 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2013-05-29 12:21:30 +0100 |
commit | 6c08595d2d21a4320cc04127585e890a1316239d (patch) | |
tree | 5c3831f12337d3f34b32e1a84c6400c9e5865402 /www/js | |
parent | 2769f70663e191eda8762f728020d52e5f9fedfa (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.js | 1 |
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(); }, |