From 4684110ff67ecd073e22148d82471d231d0fc7e6 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Fri, 11 Jun 2010 12:30:36 +0800 Subject: [PATCH] builder.html.js --- builder.html.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/builder.html.js b/builder.html.js index bf0349527..bcea95bb8 100644 --- a/builder.html.js +++ b/builder.html.js @@ -7,7 +7,7 @@ Builder = { render : function(data) { // for debugging - console.log(data); return; + //console.log(data); return; this.tree = data; @@ -263,6 +263,7 @@ Builder = { // now for all the children.. (items) if (xitems === false) { + return; } cfg.items = []; -- 2.39.2