mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-26 00:29:38 +01:00
Fixed typo in select handler assignment
This commit is contained in:
parent
3a8d1e3227
commit
bb8a28b6d7
@ -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() {
|
||||||
|
Loading…
Reference in New Issue
Block a user