From: edward Date: Tue, 3 May 2016 06:53:41 +0000 (+0800) Subject: Pman.Request.js X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=f66b8c9b5c77639ddc09ffed2af764263bdb2716 Pman.Request.js --- 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"); }