mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-14 00:39:57 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@357 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
a6281d0239
commit
7d61b1ff9a
6 changed files with 72 additions and 31 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue