From 01cc2f8902b6f4843d3881019dd2401a3f7dba46 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Mon, 17 Jan 2011 10:44:48 +0800 Subject: [PATCH] Pman.Tab.AdminContactsGroup.js --- Pman.Tab.AdminContactsGroup.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pman.Tab.AdminContactsGroup.js b/Pman.Tab.AdminContactsGroup.js index 735ae93..a4fb6b4 100644 --- a/Pman.Tab.AdminContactsGroup.js +++ b/Pman.Tab.AdminContactsGroup.js @@ -206,7 +206,7 @@ Pman.Tab.AdminContactsGroup = new Roo.util.Observable({ click : function() { if (!_this.dialog) return; - _this.dialog.show( { id : 0 } , function() { + _this.dialog.show( { id : 0, } , function() { _this.grid.ds.load({}); }); } -- 2.39.2