Pman.Dialog.AdminCoreEnum.bjs
authorAlan Knowles <alan@roojs.com>
Tue, 15 Oct 2013 07:16:07 +0000 (15:16 +0800)
committerAlan Knowles <alan@roojs.com>
Tue, 15 Oct 2013 07:16:07 +0000 (15:16 +0800)
Pman.Dialog.AdminCoreEnum.js

Pman.Dialog.AdminCoreEnum.bjs
Pman.Dialog.AdminCoreEnum.js

index 0b53e18..3d80980 100644 (file)
@@ -19,7 +19,7 @@
                 },
                 {
                     "listeners": {
-                        "|activate": "function() {\n    _this.panel = this;\n    if (_this.grid) {\n        _this.grid.footer.onClick('first');\n    }\n}"
+                        "|activate": "function() {\n    _this.panel = this;\n    if (_this.grid) {\n     //   _this.grid.footer.onClick('first');\n    }\n}"
                     },
                     "background": false,
                     "fitContainer": true,
index d51a779..0557cce 100644 (file)
@@ -41,7 +41,7 @@ Pman.Dialog.AdminCoreEnum = {
                         activate : function() {
                             _this.panel = this;
                             if (_this.grid) {
-                                _this.grid.footer.onClick('first');
+                             //   _this.grid.footer.onClick('first');
                             }
                         }
                     },