diff options
| author | Rene Ae <aehtyb@gmail.com> | 2015-12-09 17:37:55 -0600 |
|---|---|---|
| committer | Rene Ae <aehtyb@gmail.com> | 2015-12-09 17:37:55 -0600 |
| commit | 0791548d795548240d89683cb3a041ae863a5c93 (patch) | |
| tree | 45bfb09c7377a12c9528d8f4a719a94dc29d3532 /StoneIsland/platforms/ios/www/js/lib/blogs/HubView.js | |
| parent | 6f468508553cc7231367d3ed35dba54283bdebb6 (diff) | |
android
Diffstat (limited to 'StoneIsland/platforms/ios/www/js/lib/blogs/HubView.js')
| -rwxr-xr-x | StoneIsland/platforms/ios/www/js/lib/blogs/HubView.js | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/StoneIsland/platforms/ios/www/js/lib/blogs/HubView.js b/StoneIsland/platforms/ios/www/js/lib/blogs/HubView.js index 49c05ff6..b2fb16db 100755 --- a/StoneIsland/platforms/ios/www/js/lib/blogs/HubView.js +++ b/StoneIsland/platforms/ios/www/js/lib/blogs/HubView.js @@ -4,11 +4,11 @@ var HubView = ScrollableView.extend({ template: $("#hub .template").html(), events: { - "click .share": "content-share", - "click .store": "store_link", - "click .gallery-left": "gallery_left", - "click .gallery-right": "gallery_right", - "click .play": "play_video", + "touchstart .share": "content-share", + "touchstart .store": "store_link", + "touchstart .gallery-left": "gallery_left", + "touchstart .gallery-right": "gallery_right", + "touchstart .play": "play_video", }, initialize: function(){ |
