From 9a46031ae196de4c02122b40a88fd3ce89297c71 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Tue, 26 Jul 2011 20:29:31 +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 3cb181b5..9a84143b 100644 --- a/Pman.Login.js +++ b/Pman.Login.js @@ -343,7 +343,7 @@ Pman.Login = new Roo.util.Observable({ if (ev.keyCode == 13) { Pman.Login.dialog.el.mask("Logging in"); Pman.Login.form.doAction('submit', { - url: baseURL + '/Login.json', + url: baseURL + '/Login', method: 'POST' }); } -- 2.39.2