diff options
Diffstat (limited to 'www/js/views/existing.js')
-rw-r--r-- | www/js/views/existing.js | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/js/views/existing.js b/www/js/views/existing.js index 7487419..4f761fd 100644 --- a/www/js/views/existing.js +++ b/www/js/views/existing.js @@ -8,9 +8,9 @@ 'pagehide': 'destroy', 'pagebeforeshow': 'beforeDisplay', 'pageshow': 'afterDisplay', - 'click #use_report': 'useReport', - 'click #save_report': 'saveReport', - 'click #discard': 'discardReport' + 'vclick #use_report': 'useReport', + 'vclick #save_report': 'saveReport', + 'vclick #discard': 'discardReport' }, useReport: function() { |