Pman.Tab.GroupsList.js
[Pman.Core] / Pman.Tab.GroupsList.js
index b7bd89e..75f1e94 100644 (file)
@@ -74,7 +74,6 @@ Pman.Tab.GroupsList.prototype = {
                         
                         beforeload: function(t, o) {
                             //console.log(o.params);
-                            Roo.log('run???????????????????????????????????????/');
                             if (!o.params) {
                                 o.params = {};
                             }
@@ -156,8 +155,10 @@ Pman.Tab.GroupsList.prototype = {
         this.panel  = parentLayout.add(region,  new Ext.GridPanel(this.grid ,
             { fitToframe: true,fitContainer: true, title: _this.title, id : _this.id, background: true})
         );
+
         this.grid.render();
-        
+
+        Roo.log(['Groups', parentLayout, this.panel, this.grid]);
         
         new Ext.dd.DropTarget(_this.grid.getView().mainBody, {  
             ddGroup : 'groupDD',