From: Alan Knowles Date: Mon, 17 Jan 2011 02:44:48 +0000 (+0800) Subject: Pman.Tab.AdminContactsGroup.js X-Git-Url: http://git.roojs.org/?p=Pman.Admin;a=commitdiff_plain;h=01cc2f8902b6f4843d3881019dd2401a3f7dba46 Pman.Tab.AdminContactsGroup.js --- 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({}); }); }