From: Edward Date: Thu, 26 Feb 2015 04:37:47 +0000 (+0800) Subject: Pman.Request.js X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=d2c72c746330a9f15839e278c58db64599fbe149 Pman.Request.js --- diff --git a/Pman.Request.js b/Pman.Request.js index 36fd4b0f..0a7ae71c 100644 --- a/Pman.Request.js +++ b/Pman.Request.js @@ -73,7 +73,7 @@ Roo.extend(Pman.Request, Roo.data.Connection, { response.argument = options ? options.argument : null; if (this.mask && this.maskEl) { - Roo.get(this.maskEl).unmask(true); + Roo.get(this.maskEl).unmask(false); } this.fireEvent("requestcomplete", this, response, options);