From de525bc1a8f44a2ee3164ab07a3d110a59c86e3f Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Mon, 4 May 2015 14:16:41 +0800 Subject: [PATCH] Pman.Login.js --- Pman.Login.js | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Pman.Login.js b/Pman.Login.js index a8233b23..234b9c09 100644 --- a/Pman.Login.js +++ b/Pman.Login.js @@ -259,16 +259,15 @@ Pman.Login = new Roo.util.Observable({ Roo.MessageBox.alert("Error", "Fill in your email address"); return; } - Roo.Ajax.request({ + new Pman.Request({ url: baseURL + '/Login.js', mask : "Sending Password Reset email", params: { passwordRequest: n }, method: 'POST', - success: function(response, opts) { // check successfull... + success: function(res) { // check successfull... - var res = Pman.processResponse(response); if (!res.success) { // error! Roo.MessageBox.alert("Error" , res.errorMsg ? res.errorMsg : "Problem Requesting Password Reset"); return; -- 2.39.2