X-Git-Url: http://git.roojs.org/?a=blobdiff_plain;f=Pman.Request.js;h=b4db0f0783dd2c3c096a2fea9cc96d53ec154817;hb=66c7f301d01738f3a6c98694f48ee851d6213441;hp=65ee5f424478836be64341fb657031d41fc10ca1;hpb=538a00a6037d75db8597111a7bcace48ea0588ea;p=Pman.Core 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]);