git-svn-id: http://xe-core.googlecode.com/svn/trunk@357 201d5d3c-b55e-5fd7-737f-ddc643e51545

This commit is contained in:
zero 2007-03-09 03:50:07 +00:00
parent a6281d0239
commit 7d61b1ff9a
6 changed files with 72 additions and 31 deletions

View file

@ -124,6 +124,8 @@ function drawNode(parent_node, menu_id) {
var text = node.getAttribute("text");
var url = node.getAttribute("url");
var expand = node.getAttribute("expand");
if(!text) continue;
// 자식 노드가 있는지 확인
var hasChild = false;