aboutsummaryrefslogtreecommitdiffstats
path: root/www/js
diff options
context:
space:
mode:
authorStruan Donald <struan@exo.org.uk>2012-11-30 15:35:32 +0000
committerStruan Donald <struan@exo.org.uk>2012-11-30 15:35:32 +0000
commite62026546eb68f352d3341b69dac0609d3d590b3 (patch)
treec3a57e6fe0b8fa40e4e13be9677474379ec357b7 /www/js
parent75e81d2c304e598b6de631e6ca8fce9e7b9305c0 (diff)
better looking navigation buttons
Diffstat (limited to 'www/js')
-rw-r--r--www/js/mobile.js5
1 files changed, 5 insertions, 0 deletions
diff --git a/www/js/mobile.js b/www/js/mobile.js
index 5af1795..c0ffe23 100644
--- a/www/js/mobile.js
+++ b/www/js/mobile.js
@@ -907,3 +907,8 @@ $(document).on('vclick', '#submit-page a.ui-btn-left', submit_nav);
$(document).on('vclick', '#front-page #use_saved', complete_report);
$(document).on('vclick', '#front-page #delete_saved', delete_saved_report);
$(document).on('vclick', '#front-page #continue', keep_saved_report);
+
+$(document).on( 'pagebeforeshow', '.ui-page', function() {
+ $('a.ui-btn').buttonMarkup({ corners: false, shadow: false, iconshadow: false });
+});
+