From 3ad094d04ed4bf734eef313dfe64164d498c95f8 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Mon, 13 Sep 2010 12:56:55 +0800 Subject: [PATCH] Pman.Request.js --- Pman.Request.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Pman.Request.js b/Pman.Request.js index bac2833d..80d97bd7 100644 --- a/Pman.Request.js +++ b/Pman.Request.js @@ -84,7 +84,8 @@ Roo.extend(Pman.Request, Roo.data.Connection, { Roo.callback(options.failure, options.scope, [response, options]); Roo.callback(options.callback, options.scope, [options, false, response]); if (!options.failure) { - + Roo.MessageBox.hide(); // hide any existing messages.. + Roo.MessageBox.alert("Error", res.errorMsg ? res.errorMsg : "Error Sending"); } } }); \ No newline at end of file -- 2.39.2