diff options
author | Struan Donald <struan@exo.org.uk> | 2013-06-24 12:12:20 +0100 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2013-06-24 12:12:20 +0100 |
commit | 8b41efdece24c0c4f419ab209a24304252ef55c1 (patch) | |
tree | a64a2e9b6b564efac79c0609c7da601e18c37045 /www/js | |
parent | f8bbef13fe764d7592acb9e2327f495ab36c1ee3 (diff) |
hide the reposition button when you cancel a report
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 f36c987..ecfe932 100644 --- a/www/js/views/around.js +++ b/www/js/views/around.js @@ -170,6 +170,7 @@ e.preventDefault(); $('#cancel').hide().removeClass('ui-btn-left'); $('#confirm').hide().removeClass('ui-btn-right ui-btn-icon-right'); + $('#reposition').hide(); $('#view-my-reports').show(); $('#login-options').show(); $('#mark-here').show(); |