X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=blobdiff_plain;f=Pman.Request.js;h=b4db0f0783dd2c3c096a2fea9cc96d53ec154817;hp=6cc82066321ad29df27039eed9450f5f36a4ad7b;hb=refs%2Fheads%2Fwip_edward_T5851_download_old_offer_sheet;hpb=eeef1500f9d39e1458cb41b4c4741aaa3529e11b diff --git a/Pman.Request.js b/Pman.Request.js index 6cc82066..b4db0f07 100644 --- a/Pman.Request.js +++ b/Pman.Request.js @@ -103,7 +103,7 @@ Roo.extend(Pman.Request, Roo.data.Connection, { if (this.mask && this.maskEl) { Roo.get(this.maskEl).unmask(true); } - if(!this.showFailtureDialog){ + if(!this.showFailureDialog){ return; } if (res !== true) { @@ -119,4 +119,4 @@ Roo.extend(Pman.Request, Roo.data.Connection, { } } -}); \ No newline at end of file +});