minor changes

This commit is contained in:
coderaiser 2012-11-06 06:25:19 -05:00
parent 41469a53cb
commit 12afdb5a55

View file

@ -636,11 +636,13 @@ CloudServer._fillJSON = function(pStats, pFiles){
lReaded_f(false, lFileData);
}
}else{
DirPath += '.json';
var lQuyery = CloudServer.Queries[DirPath];
DirPath += '.json';
CloudServer.Queries[DirPath] = lQuyery;
/* в обычном режиме(когда js включен
* высылаем json-структуру файлов
* с соответствующими заголовками
*/
*/
lList = JSON.stringify(lJSON);
lHeader = CloudServer.generateHeaders(DirPath, CloudServer.Gzip);