mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-27 00:58:55 +01:00
add target ID to target.iface object
This commit is contained in:
parent
42426121ab
commit
86fbb6c966
@ -33,7 +33,7 @@ function dhtmlxtreeItemAOI(_tree, _itemId)
|
|||||||
|
|
||||||
// Retrieve the actual node from the tree
|
// Retrieve the actual node from the tree
|
||||||
aoi.node = dhtmlxTree_getNode(_tree, _itemId);
|
aoi.node = dhtmlxTree_getNode(_tree, _itemId);
|
||||||
|
aoi.id = _itemId;
|
||||||
aoi.doGetDOMNode = function() {
|
aoi.doGetDOMNode = function() {
|
||||||
return aoi.node;
|
return aoi.node;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user