diff --git a/pacotes/jsobjects/jsUI-Treeview/component.js b/pacotes/jsobjects/jsUI-Treeview/component.js index 467aed4..e355ccf 100644 --- a/pacotes/jsobjects/jsUI-Treeview/component.js +++ b/pacotes/jsobjects/jsUI-Treeview/component.js @@ -198,15 +198,15 @@ function TreeviewPvtExpandClick(e) hiddenChildren = true; } } - node.src = g_locaplic+"/classesjs/jsobjects" + "/jsUI-Treeview/minus.gif"; + node.src = g_locaplic+"/pacotes/jsobjects" + "/jsUI-Treeview/minus.gif"; } if (!hiddenChildren) - node.src = g_locaplic+"/classesjs/jsobjects" + "/jsUI-Treeview/minus.gif"; + node.src = g_locaplic+"/pacotes/jsobjects" + "/jsUI-Treeview/minus.gif"; currTree.itemExpand(this.parentNode.id); } else if (currSrc[1] == "minus.gif") { - node.src = g_locaplic+"/classesjs/jsobjects" + "/jsUI-Treeview/plus.gif"; + node.src = g_locaplic+"/pacotes/jsobjects" + "/jsUI-Treeview/plus.gif"; var allArray = getAllDescendants(node.parentNode, "UL"); for (var a=0;a