aboutsummaryrefslogtreecommitdiffstats
path: root/www/js/views/offline.js
diff options
context:
space:
mode:
authorJedidiah Broadbent <hello@jedidiah.eu>2013-06-06 11:40:25 +0100
committerJedidiah Broadbent <hello@jedidiah.eu>2013-06-06 11:40:25 +0100
commitfb5fefe53acea54e742b19f9f7f0a6bf80b89ace (patch)
tree0625e372559f848ea47c9b405de38739271d6f4f /www/js/views/offline.js
parentd66c75606d44d2352e1704e517721bfab1978605 (diff)
parent71921a7ae6098bfb42451f8a4dee7dc4f45b28c5 (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/offline.js')
-rw-r--r--www/js/views/offline.js12
1 files changed, 6 insertions, 6 deletions
diff --git a/www/js/views/offline.js b/www/js/views/offline.js
index d785d39..b1168e6 100644
--- a/www/js/views/offline.js
+++ b/www/js/views/offline.js
@@ -11,12 +11,12 @@
'pagehide': 'destroy',
'pagebeforeshow': 'toggleNextButton',
'pageshow': 'afterDisplay',
- 'click .ui-btn-left': 'onClickButtonPrev',
- 'click .ui-btn-right': 'onClickButtonNext',
- 'click #id_photo_button': 'takePhoto',
- 'click #id_existing': 'addPhoto',
- 'click #id_del_photo_button': 'deletePhoto',
- 'click #locate': 'locate',
+ 'vclick .ui-btn-left': 'onClickButtonPrev',
+ 'vclick .ui-btn-right': 'onClickButtonNext',
+ 'vclick #id_photo_button': 'takePhoto',
+ 'vclick #id_existing': 'addPhoto',
+ 'vclick #id_del_photo_button': 'deletePhoto',
+ 'vclick #locate': 'locate',
'blur input': 'toggleNextButton',
'blur textarea': 'toggleNextButton'
},