From 94de61a218ea3de63739fc26ff8dd87bded31f9a Mon Sep 17 00:00:00 2001 From: coderaiser Date: Thu, 17 Oct 2013 16:08:37 +0000 Subject: [PATCH] feature(cloudcmd) sendResponse: p -> p, null, true --- cloudcmd.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cloudcmd.js b/cloudcmd.js index 4a72b2bf..5a3de550 100644 --- a/cloudcmd.js +++ b/cloudcmd.js @@ -312,7 +312,7 @@ if ( Util.isContainStr(lQuery, 'json') ){ p.data = Util.stringifyJSON(pJSON); p.name +='.json'; - main.sendResponse(p); + main.sendResponse(p, null, true); } else{ /* get back html*/ p.name = Minify.allowed ? Minify.getName(INDEX) : INDEX;