Pman.Tab.AdminLogs.bjs
authoredward <edward@roojs.com>
Tue, 1 Nov 2016 07:41:38 +0000 (15:41 +0800)
committeredward <edward@roojs.com>
Tue, 1 Nov 2016 07:41:38 +0000 (15:41 +0800)
Pman.Tab.AdminLogs.js

Pman.Tab.AdminLogs.bjs
Pman.Tab.AdminLogs.js

index 57028e6..2cb564e 100644 (file)
@@ -11,7 +11,7 @@
  "items" : [
   {
    "listeners" : {
-    "activate" : "function (_self)\n{\n    var cr = this.layout.getRegion('center');\n    Roo.log(cr);\n    if (cr) {\n        cr.showPanel(cr.activePanel);\n    }\n}"
+    "activate" : "function (_self)\n{\n    var cr = this.layout.getRegion('center');\n    if (cr) {\n        cr.showPanel(cr.activePanel);\n    }\n}"
    },
    "region" : "center",
    "background" : true,
index 5cc00fb..7db29d0 100644 (file)
@@ -31,7 +31,6 @@ Pman.Tab.AdminLogs = new Roo.XComponent({
     activate : function (_self)
      {
          var cr = this.layout.getRegion('center');
-         Roo.log(cr);
          if (cr) {
              cr.showPanel(cr.activePanel);
          }