diff options
author | Struan Donald <struan@exo.org.uk> | 2013-06-20 17:09:30 +0100 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2013-06-20 17:18:21 +0100 |
commit | 7f51ee805fb76bcb48481678af3b2f9d33cdcff5 (patch) | |
tree | 918c8456a135fd90d0ad2edc1a616ad29506845e | |
parent | 77cae92090cbc1bcba57cc9e4932c34dc5bec0c3 (diff) |
hide account button by default to avoid it appearing and then vanishing when return from photo screen
-rw-r--r-- | www/templates/en/around.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/templates/en/around.html b/www/templates/en/around.html index 2a1a2c6..1b79b40 100644 --- a/www/templates/en/around.html +++ b/www/templates/en/around.html @@ -4,7 +4,7 @@ </a> <a id="cancel" class="nodisplay" data-role="button">Cancel</a> <h1>Find problem</h1> - <a id="login-options" class="ui-btn-right">Account</a> + <a id="login-options" class="nodisplay ui-btn-right">Account</a> </div> <div data-role="content"> |