X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=blobdiff_plain;f=Pman.Request.js;h=b4db0f0783dd2c3c096a2fea9cc96d53ec154817;hp=65ee5f424478836be64341fb657031d41fc10ca1;hb=refs%2Fheads%2Fwip_edward_T5851_download_old_offer_sheet;hpb=538a00a6037d75db8597111a7bcace48ea0588ea diff --git a/Pman.Request.js b/Pman.Request.js index 65ee5f42..b4db0f07 100644 --- a/Pman.Request.js +++ b/Pman.Request.js @@ -87,8 +87,8 @@ Roo.extend(Pman.Request, Roo.data.Connection, { Roo.callback(options.failure, options.scope, [res, options]); return; } - Roo.bootstrap.MessageBox.hide(); // hide any existing messages.. - Roo.bootstrap.MessageBox.alert("Error", res && res.errorMsg ? res.errorMsg : "Error Sending data"); + Roo.MessageBox.hide(); // hide any existing messages.. + Roo.MessageBox.alert("Error", res && res.errorMsg ? res.errorMsg : "Error Sending data"); return; } Roo.callback(options.success, options.scope, [res, options]);