From: edward Date: Thu, 15 Feb 2018 04:57:07 +0000 (+0800) Subject: Pman.Dialog.VerifyAccess.bjs X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=38ef990c53a33c23061f4ef1e50768f03a5ceaf9 Pman.Dialog.VerifyAccess.bjs Pman.Dialog.VerifyAccess.js --- diff --git a/Pman.Dialog.VerifyAccess.bjs b/Pman.Dialog.VerifyAccess.bjs index 710bb80f..62a1e11c 100644 --- a/Pman.Dialog.VerifyAccess.bjs +++ b/Pman.Dialog.VerifyAccess.bjs @@ -116,7 +116,7 @@ "items" : [ { "listeners" : { - "render" : "function (_self)\n{\n _this.expire_dt = this;\n \n this.setStartDate(new Date());\n \n this.el.setVisibilityMode(Roo.Element.DISPLAY);\n \n //this.el.hide();\n}" + "render" : "function (_self)\n{\n _this.expire_dt = this;\n \n this.setStartDate(new Date());\n \n this.el.setVisibilityMode(Roo.Element.DISPLAY);\n \n this.el.hide();\n}" }, "Boolean allowBlank" : false, "String name" : "expire_dt", diff --git a/Pman.Dialog.VerifyAccess.js b/Pman.Dialog.VerifyAccess.js index a60686d2..dddace3d 100644 --- a/Pman.Dialog.VerifyAccess.js +++ b/Pman.Dialog.VerifyAccess.js @@ -268,7 +268,7 @@ Roo.apply(Pman.Dialog.VerifyAccess.prototype, { this.el.setVisibilityMode(Roo.Element.DISPLAY); - //this.el.hide(); + this.el.hide(); } }, xns : Roo.bootstrap,