feature(cloudcmd) sendResponse: p -> p, null, true

This commit is contained in:
coderaiser 2013-10-17 16:08:37 +00:00
parent fed2eccdfb
commit 94de61a218

View file

@ -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;