From a5013f6149dc212e0ce04713485f79a633aeaca9 Mon Sep 17 00:00:00 2001 From: edward Date: Fri, 19 Aug 2016 16:18:25 +0800 Subject: [PATCH] Pman.Tab.GroupsList.js --- Pman.Tab.GroupsList.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Pman.Tab.GroupsList.js b/Pman.Tab.GroupsList.js index 75f1e947..3b166019 100644 --- a/Pman.Tab.GroupsList.js +++ b/Pman.Tab.GroupsList.js @@ -155,10 +155,8 @@ 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', -- 2.39.2