X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=blobdiff_plain;f=Pman.Tab.GroupsList.js;h=4f073ae30449d8e742a8af899930ee31b2472131;hp=20ce2fc7dac7c5ebb11c909e0da2257d8af2c9a7;hb=1524f8b36295809a3eedd6da3c6494f8aa0d86f5;hpb=f716329e8066bc2d12afd379ee84870bfd9181cc diff --git a/Pman.Tab.GroupsList.js b/Pman.Tab.GroupsList.js index 20ce2fc7..4f073ae3 100644 --- a/Pman.Tab.GroupsList.js +++ b/Pman.Tab.GroupsList.js @@ -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();