From: Alan Knowles Date: Tue, 26 Jul 2011 14:07:00 +0000 (+0800) Subject: Pman.Login.js X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=c253e5bd905d43762f1a210e8e2790c5edca0b49 Pman.Login.js --- 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) {