From 940af1d1b92794936ef79dc3aa5ed599139fbde7 Mon Sep 17 00:00:00 2001 From: edward Date: Thu, 19 May 2016 12:01:36 +0800 Subject: [PATCH] Pman.Request.js --- Pman.Request.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pman.Request.js b/Pman.Request.js index 6cc82066..dd80cd15 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) { -- 2.39.2