From 7253faa73186b5da52b6783b6f899499bc55778a Mon Sep 17 00:00:00 2001 From: akasima Date: Sat, 23 Aug 2014 15:06:51 +0900 Subject: [PATCH] #920 click event change to 'event, touchstart' for mobile popup_menu --- common/js/common.js | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/common/js/common.js b/common/js/common.js index 00fbe2bd2..25c444bb3 100644 --- a/common/js/common.js +++ b/common/js/common.js @@ -900,7 +900,7 @@ function get_by_id(id) { jQuery(function($){ // display popup menu that contains member actions and document actions - $(document).click(function(evt) { + $(document).on('click touchstart', function(evt) { var $area = $('#popup_menu_area'); if(!$area.length) $area = $('