forked from extern/egroupware
Fixed typo in select handler assignment
This commit is contained in:
parent
3a8d1e3227
commit
bb8a28b6d7
@ -59,7 +59,7 @@ function nextmatchRowAOI(_node)
|
||||
if (egwIsMobile()) {
|
||||
_node.ontouchend = selectHandler;
|
||||
} else {
|
||||
$(node).click(selectHandler);
|
||||
$(_node).click(selectHandler);
|
||||
}
|
||||
|
||||
$(aoi.checkBox).change(function() {
|
||||
|
Loading…
Reference in New Issue
Block a user