diff --git a/phpgwapi/js/egw_action/egw_action_popup.js b/phpgwapi/js/egw_action/egw_action_popup.js index 0908493749..f6b9bb27c8 100644 --- a/phpgwapi/js/egw_action/egw_action_popup.js +++ b/phpgwapi/js/egw_action/egw_action_popup.js @@ -104,7 +104,7 @@ function egwPopupActionImplementation() if (egwIsMobile()) { $(_node).bind('click', defaultHandler); } else { - _node.dblclick = defaultHandler; + _node.ondblclick = defaultHandler; } }