From: Alan Knowles Date: Tue, 26 Jul 2011 14:08:41 +0000 (+0800) Subject: Pman.Login.js X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=1e63d65916978f3ccddf4aee5afe157efcbff8d2 Pman.Login.js --- diff --git a/Pman.Login.js b/Pman.Login.js index 33571c2d..4adb8e02 100644 --- a/Pman.Login.js +++ b/Pman.Login.js @@ -303,7 +303,7 @@ Pman.Login = new Roo.util.Observable({ Pman.Login.dialog.el.unmask(); var msg = act.result.errorMsg || act.result.message; msg = msg || "Login failed - communication error - try again."; - Roo.MessageBox.alert("Error", , msg); + Roo.MessageBox.alert("Error", msg); }, actioncomplete: function(re, act) {