aboutsummaryrefslogtreecommitdiffstats
path: root/www/js
diff options
context:
space:
mode:
authorStruan Donald <struan@exo.org.uk>2013-06-24 12:12:20 +0100
committerStruan Donald <struan@exo.org.uk>2013-06-24 12:12:20 +0100
commit8b41efdece24c0c4f419ab209a24304252ef55c1 (patch)
treea64a2e9b6b564efac79c0609c7da601e18c37045 /www/js
parentf8bbef13fe764d7592acb9e2327f495ab36c1ee3 (diff)
hide the reposition button when you cancel a report
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 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();