Pman.Builder.Tree.js
authorEdward <edward@roojs.com>
Mon, 10 Mar 2014 09:07:10 +0000 (17:07 +0800)
committerEdward <edward@roojs.com>
Mon, 10 Mar 2014 09:07:10 +0000 (17:07 +0800)
Pman.Builder.Tree.js

index a3ed28a..2fd576a 100644 (file)
@@ -295,7 +295,7 @@ Pman.Builder.Tree = {
                 
                 }
                 Roo.log('data');
-                Roo.log(JSON.parse(res.data.json));
+                
                 _t.loadTree(JSON.parse(res.data.json));
                 
              
@@ -307,7 +307,7 @@ Pman.Builder.Tree = {
         
     },
     loadTree : function(o)
-    {
+    {Roo.log(JSON.parse(o));
         var tree = Pman.Tab.BuilderTree.tree;
         this.clearAll();
         tree.root.elConfig = o;