check what is being written to our log files.
[Pman.Core] / Pman.Tab.GroupsList.js
index 20ce2fc..4f073ae 100644 (file)
@@ -148,14 +148,14 @@ Pman.Tab.GroupsList.prototype = {
                     rowclick: function(g, ri, e)
                     {
                         refreshCenterPanel();
-                    } 
+                    }
                 }
                  
         });
         // add selection changed...
         
         this.panel  = parentLayout.add(region,  new Roo.GridPanel(this.grid ,
-            { fitToframe: true,fitContainer: true, title: _this.title, id : _this.id, background: fasle})
+            { fitToframe: true,fitContainer: true, title: _this.title, id : _this.id, background: false})
         );
         this.grid.render();