sync
authorAlan Knowles <alan@roojs.com>
Fri, 22 Jun 2018 06:24:11 +0000 (14:24 +0800)
committerAlan Knowles <alan@roojs.com>
Fri, 22 Jun 2018 06:24:11 +0000 (14:24 +0800)
Pman.Tab.AdminNotify.js

index 781d715..d334228 100644 (file)
@@ -266,10 +266,10 @@ Pman.Tab.AdminNotify = new Roo.XComponent({
           '|xns' : 'Roo.form',
           xtype : 'DateField',
           listeners : {
-           render : function (_self)
-            {
-                _this.fromDateSel = _self;
-               //_self.setValue(  new Date() );
+           render : function (_self)\r
+            {\r
+                _this.fromDateSel = _self;\r
+               //_self.setValue(  new Date() );\r
             },
            select : function (combo, date)
             {
@@ -295,10 +295,10 @@ Pman.Tab.AdminNotify = new Roo.XComponent({
           '|xns' : 'Roo.form',
           xtype : 'DateField',
           listeners : {
-           render : function (_self)
-            {
-                _this.toDateSel = _self;
-               //_self.setValue(  new Date() );
+           render : function (_self)\r
+            {\r
+                _this.toDateSel = _self;\r
+               //_self.setValue(  new Date() );\r
             },
            select : function (combo, date)
             {