From c253e5bd905d43762f1a210e8e2790c5edca0b49 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Tue, 26 Jul 2011 22:07:00 +0800 Subject: [PATCH] Pman.Login.js --- Pman.Login.js | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Pman.Login.js b/Pman.Login.js index dc39a3de..5834e9b5 100644 --- a/Pman.Login.js +++ b/Pman.Login.js @@ -301,8 +301,10 @@ Pman.Login = new Roo.util.Observable({ //act.result.errorMsg// invalid form element list... Pman.Login.dialog.el.unmask(); - Roo.MessageBox.alert("Error", act.result.errorMsg ? act.result.errorMsg : - "Login failed - communication error - try again."); + Roo.MessageBox.alert("Error", + act.result.errorMsg ? act.result.errorMsg : + "Login failed - communication error - try again." + ); }, actioncomplete: function(re, act) { -- 2.39.2