From: Alan Knowles Date: Tue, 26 Jul 2011 12:29:31 +0000 (+0800) Subject: Pman.Login.js X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=9a46031ae196de4c02122b40a88fd3ce89297c71 Pman.Login.js --- 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' }); }