This commit is contained in:
bnu 2014-09-17 14:00:39 +09:00
parent 60fa4ab4e8
commit 1ae495c2d2
2 changed files with 2 additions and 2 deletions

View file

@ -899,7 +899,7 @@ function get_by_id(id) {
jQuery(function($){
// display popup menu that contains member actions and document actions
$(document).on('click touchstart', function(evt) {
$(document).on('click', function(evt) {
var $area = $('#popup_menu_area');
if(!$area.length) $area = $('<div id="popup_menu_area" tabindex="0" style="display:none;z-index:9999" />').appendTo(document.body);