From a4f352513e0060efcd8692afb0c09f6f10e5e644 Mon Sep 17 00:00:00 2001 From: Edward Date: Wed, 21 Jan 2015 12:19:38 +0800 Subject: [PATCH] Pman.Login.js --- Pman.Login.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pman.Login.js b/Pman.Login.js index 982f1577..e9838455 100644 --- a/Pman.Login.js +++ b/Pman.Login.js @@ -69,7 +69,7 @@ Pman.Login = new Roo.util.Observable({ if (!res.data.id) { // id=0 == login failure. return this.show(true); } - + Roo.log(res); //console.log(success); this.fillAuth(res.data); -- 2.39.2