Pman.Login.js
authorAlan Knowles <alan@akbkhome.com>
Tue, 26 Jul 2011 14:07:00 +0000 (22:07 +0800)
committerAlan Knowles <alan@akbkhome.com>
Tue, 26 Jul 2011 14:07:00 +0000 (22:07 +0800)
Pman.Login.js

index dc39a3d..5834e9b 100644 (file)
@@ -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) {