summaryrefslogtreecommitdiff
path: root/StoneIsland/platforms/ios/www/js/lib/account/OrdersView.js
diff options
context:
space:
mode:
authorRene Ae <aehtyb@gmail.com>2015-12-09 17:37:55 -0600
committerRene Ae <aehtyb@gmail.com>2015-12-09 17:37:55 -0600
commit0791548d795548240d89683cb3a041ae863a5c93 (patch)
tree45bfb09c7377a12c9528d8f4a719a94dc29d3532 /StoneIsland/platforms/ios/www/js/lib/account/OrdersView.js
parent6f468508553cc7231367d3ed35dba54283bdebb6 (diff)
android
Diffstat (limited to 'StoneIsland/platforms/ios/www/js/lib/account/OrdersView.js')
-rwxr-xr-xStoneIsland/platforms/ios/www/js/lib/account/OrdersView.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/StoneIsland/platforms/ios/www/js/lib/account/OrdersView.js b/StoneIsland/platforms/ios/www/js/lib/account/OrdersView.js
index a1b83767..e51676e0 100755
--- a/StoneIsland/platforms/ios/www/js/lib/account/OrdersView.js
+++ b/StoneIsland/platforms/ios/www/js/lib/account/OrdersView.js
@@ -8,8 +8,8 @@ var OrdersView = ScrollableView.extend({
item_template: $("#orders .item_template").html(),
events: {
- "click .back": "back",
- "click .item": "load_single",
+ "touchstart .back": "back",
+ "touchstart .item": "load_single",
},
initialize: function(){