mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 17:14:44 +01:00
fix typo, that prevented the correct split of TreeNodeOpenItems
This commit is contained in:
parent
af749e891e
commit
235888ad88
@ -687,7 +687,7 @@ var et2_tree = et2_inputWidget.extend(
|
||||
*/
|
||||
getTreeNodeOpenItems: function (_nodeID, mode) {
|
||||
if(this.input == null) return null;
|
||||
var z = this.input.getSubItems(_nodeID).split(",");
|
||||
var z = this.input.getSubItems(_nodeID).split(this.input.dlmtr);
|
||||
var oS;
|
||||
var PoS;
|
||||
var rv;
|
||||
|
Loading…
Reference in New Issue
Block a user