From: Alan Knowles Date: Wed, 16 May 2012 10:07:36 +0000 (+0800) Subject: Pman.Dialog.CoreNotifyRecur.bjs X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=243f077d8ad99e72a5bc09b0977142414b2bf7ba Pman.Dialog.CoreNotifyRecur.bjs Pman.Dialog.CoreNotifyRecur.js --- diff --git a/Pman.Dialog.CoreNotifyRecur.bjs b/Pman.Dialog.CoreNotifyRecur.bjs index 00448e85..213f4a89 100644 --- a/Pman.Dialog.CoreNotifyRecur.bjs +++ b/Pman.Dialog.CoreNotifyRecur.bjs @@ -23,7 +23,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, diff --git a/Pman.Dialog.CoreNotifyRecur.js b/Pman.Dialog.CoreNotifyRecur.js index 10c41338..243a8601 100644 --- a/Pman.Dialog.CoreNotifyRecur.js +++ b/Pman.Dialog.CoreNotifyRecur.js @@ -41,9 +41,9 @@ Pman.Dialog.CoreNotifyRecur = { xns: Roo, listeners : { activate : function() { - _this.panel = this; + _this.panel = this; if (_this.grid) { - _this.grid.footer.onClick('first'); + // _this.grid.footer.onClick('first'); } } },