Pman.Tab.AdminContactsGroup.bjs
[Pman.Admin] / Pman.Tab.AdminContactsGroup.js
index 9159b46..c26b8ea 100644 (file)
@@ -354,13 +354,14 @@ Pman.Tab.AdminContactsGroup = new Roo.XComponent({
                                 },  
                                 method: 'POST',  
                                 success : function(res) {
-                                    var data = res.data
+                                    Roo.log(res);
+                                   // var data = res.data
                                     //refreshPager();
                                     // 
                                     // do we need to do anything??
-                                    if (isFromGroup) {
-                                        Pman.Tab.AdminContacts.grid.footer.onClick('refresh');
-                                    }
+                                   // if (isFromGroup) {
+                                   //     Pman.Tab.AdminContacts.grid.footer.onClick('refresh');
+                                   // }
                                 }, 
                                 
                                 failure: function() {