From bfc11bf6b7cf160821d089c0dcdeee9b98b9b1df Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Tue, 15 Jan 2013 14:28:43 +0800 Subject: [PATCH] Pman.Login.js --- Pman.Login.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Pman.Login.js b/Pman.Login.js index 7afe4b67..3fd9e94c 100644 --- a/Pman.Login.js +++ b/Pman.Login.js @@ -105,8 +105,8 @@ Pman.Login = new Roo.util.Observable({ return; } this.sending = true; - - Roo.Ajax.request({ + var c = new Roo.data.Connection(); + c.request({ url: baseURL + '/Login.js', params: { getAuthUser: true -- 2.39.2