From 944c6f48f5725e57bb6be59f30df7354f657f5e9 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Mon, 30 Mar 2015 13:23:38 +0800 Subject: [PATCH] Pman.Login.js --- Pman.Login.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Pman.Login.js b/Pman.Login.js index 025769a2..e79fc717 100644 --- a/Pman.Login.js +++ b/Pman.Login.js @@ -420,7 +420,8 @@ Pman.Login = new Roo.util.Observable({ }, Pman.Login.form.el.dom.firstChild ).on('error', function() { - this.dom.style.display = 'none'; + this.dom.style.visibility = 'hidden'; + this.dom.style.height = '10px'; }); var vp = this.dialog.getLayout().add('center', new Roo.ContentPanel(ef, { -- 2.39.2