Fixed typo in select handler assignment

This commit is contained in:
Andreas Stöckel 2011-06-03 11:26:12 +00:00
parent 3a8d1e3227
commit bb8a28b6d7

View File

@ -59,7 +59,7 @@ function nextmatchRowAOI(_node)
if (egwIsMobile()) {
_node.ontouchend = selectHandler;
} else {
$(node).click(selectHandler);
$(_node).click(selectHandler);
}
$(aoi.checkBox).change(function() {