diff options
author | Jedidiah Broadbent <hello@jedidiah.eu> | 2013-06-06 11:40:25 +0100 |
---|---|---|
committer | Jedidiah Broadbent <hello@jedidiah.eu> | 2013-06-06 11:40:25 +0100 |
commit | fb5fefe53acea54e742b19f9f7f0a6bf80b89ace (patch) | |
tree | 0625e372559f848ea47c9b405de38739271d6f4f /www/js/views/existing.js | |
parent | d66c75606d44d2352e1704e517721bfab1978605 (diff) | |
parent | 71921a7ae6098bfb42451f8a4dee7dc4f45b28c5 (diff) |
Merge branch 'phonegap-jquery-mobile-new' of ssh://git.mysociety.org/data/git/public/fixmystreet into phonegap-jquery-mobile-new
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() { |