mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 10:45:47 +00:00
minor changes
This commit is contained in:
parent
41469a53cb
commit
12afdb5a55
1 changed files with 4 additions and 2 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue