X-Git-Url: http://git.roojs.org/?a=blobdiff_plain;f=Pman.Request.js;h=6eb9ee0435c75b99fdfa5534c2c57fa46af6cf9d;hb=89b1c68df5ca901fc26cbee88eadaa651f993ad6;hp=da3750f4a3dc2e6614a0436f1338483d44329dc4;hpb=51a9cdda813228381d20240c7ccfcc4773a6474f;p=Pman.Core diff --git a/Pman.Request.js b/Pman.Request.js index da3750f4..6eb9ee04 100644 --- a/Pman.Request.js +++ b/Pman.Request.js @@ -74,7 +74,7 @@ Roo.extend(Pman.Request, Roo.data.Connection, { this.fireEvent("requestcomplete", this, response, options); if (this.mask && this.maskEl) { - Roo.get(this.maskEl).unmask(false); + Roo.get(this.maskEl).unmask(true); } var res = this.processResponse(response);