From: Edward Date: Wed, 11 Feb 2015 06:26:20 +0000 (+0800) Subject: Pman.Tab.AdminNotify.bjs X-Git-Url: http://git.roojs.org/?p=Pman.Admin;a=commitdiff_plain;h=ec4e6ca151aa0479ed69813ee52dab294f7dba3b Pman.Tab.AdminNotify.bjs Pman.Tab.AdminNotify.js --- diff --git a/Pman.Tab.AdminNotify.bjs b/Pman.Tab.AdminNotify.bjs index 2226bac..876a644 100644 --- a/Pman.Tab.AdminNotify.bjs +++ b/Pman.Tab.AdminNotify.bjs @@ -138,7 +138,7 @@ }, { "listeners" : { - "render" : "function (_self)\r\n{\r\n _this.fromDateSel = _self;\r\n _self.setValue( new Date() );\r\n}", + "render" : "function (_self)\r\n{\r\n _this.fromDateSel = _self;\r\n //_self.setValue( new Date() );\r\n}", "select" : "function (combo, date)\n{\n _this.grid.footer.onClick('first');\n}" }, "format" : "d/M/Y", diff --git a/Pman.Tab.AdminNotify.js b/Pman.Tab.AdminNotify.js index 9b8fd04..41976fb 100644 --- a/Pman.Tab.AdminNotify.js +++ b/Pman.Tab.AdminNotify.js @@ -317,7 +317,7 @@ Pman.Tab.AdminNotify = new Roo.XComponent({ render : function (_self) { _this.fromDateSel = _self; - _self.setValue( new Date() ); + //_self.setValue( new Date() ); }, select : function (combo, date) {