mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-26 16:48:49 +01:00
Fixed problem with double click handler not being bound correctly
This commit is contained in:
parent
2bba68b575
commit
3a8d1e3227
@ -104,7 +104,7 @@ function egwPopupActionImplementation()
|
||||
if (egwIsMobile()) {
|
||||
$(_node).bind('click', defaultHandler);
|
||||
} else {
|
||||
_node.dblclick = defaultHandler;
|
||||
_node.ondblclick = defaultHandler;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user