Builder/DialogNewComponent.js
authorAlan Knowles <alan@akbkhome.com>
Mon, 10 May 2010 10:23:24 +0000 (18:23 +0800)
committerAlan Knowles <alan@akbkhome.com>
Mon, 10 May 2010 10:23:24 +0000 (18:23 +0800)
Builder/DialogNewComponent.js

index 8f72e13..1ad4af0 100755 (executable)
@@ -69,7 +69,7 @@ DialogNewComponent = new XObject({
             
             this.el.show_all();
             this.success = c.success;
-            
+            /*
             var tm = this.get('template_model');
             if (tm.templates) {
                 return;
@@ -94,6 +94,7 @@ DialogNewComponent = new XObject({
                 tm.loadData();
                 
             }, null);
+            */
             
         },