From f66b8c9b5c77639ddc09ffed2af764263bdb2716 Mon Sep 17 00:00:00 2001 From: edward Date: Tue, 3 May 2016 14:53:41 +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 5ec24aab..9723fa69 100644 --- a/Pman.Request.js +++ b/Pman.Request.js @@ -111,7 +111,7 @@ Roo.extend(Pman.Request, Roo.data.Connection, { return; } - if(!this.showFailtureDialog){ + if(this.showFailtureDialog){ Roo.MessageBox.alert("Error", decode && decode.errorMsg ? decode.errorMsg : "Error Sending data"); } -- 2.39.2