Pman.Tab.Group_Rights.js
[Pman.Admin] / Pman.Tab.Group_Rights.js
index c18585c..4aded24 100644 (file)
@@ -87,7 +87,9 @@ Pman.Tab.Group_Rights = {
                         url: baseURL + '/Admin/GroupRights.php',
                         method: 'GET'
                     }),
-                    reader: new Roo.data.JsonReader({}, []),
+                    reader: new Roo.data.JsonReader({}, 
+                        [ ]
+                    ),
                     remoteSort: false,
                     listeners : {
                         beforeload : function(t,o)
@@ -108,10 +110,6 @@ Pman.Tab.Group_Rights = {
                             _this.grid.getView().el.unmask();
                             return true;
                         },
-                        load : function (_self, records, options)
-                        {
-                            Roo.log(records);
-                        },
                         loadexception : Pman.loadException
                     
                     }