diff --git a/etemplate/js/nextmatch_action.js b/etemplate/js/nextmatch_action.js index 29c60af636..91cbd1d8b9 100644 --- a/etemplate/js/nextmatch_action.js +++ b/etemplate/js/nextmatch_action.js @@ -59,7 +59,7 @@ function nextmatchRowAOI(_node) if (egwIsMobile()) { _node.ontouchend = selectHandler; } else { - $(node).click(selectHandler); + $(_node).click(selectHandler); } $(aoi.checkBox).change(function() {