diff options
author | Struan Donald <struan@exo.org.uk> | 2013-08-01 15:46:24 +0100 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2013-08-01 15:46:24 +0100 |
commit | b7fd7570c336830b3053a4b1346dab673edeef34 (patch) | |
tree | a31a77e85c0831fd044c7b0107435d464b1e8f89 /src | |
parent | 601f37fd866a5184fd9fe25687a0e47b5d6297b1 (diff) |
Make sure drafts button is hidden initially
Avoids it appearing and disappearing if yo go back to the screen from
the photo page
Diffstat (limited to 'src')
-rw-r--r-- | src/js/views/around.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/js/views/around.js b/src/js/views/around.js index e8f962f..09b2dc2 100644 --- a/src/js/views/around.js +++ b/src/js/views/around.js @@ -39,6 +39,7 @@ beforeDisplay: function() { $('a[data-role="button"]').hide(); + $('#view-my-reports').hide(); $('#login-options').hide(); $('#postcodeForm').hide(); $('#cancel').hide(); |