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()) { if (egwIsMobile()) {
_node.ontouchend = selectHandler; _node.ontouchend = selectHandler;
} else { } else {
$(node).click(selectHandler); $(_node).click(selectHandler);
} }
$(aoi.checkBox).change(function() { $(aoi.checkBox).change(function() {