mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-19 01:17:18 +00:00
fixed bug with file attributes
This commit is contained in:
parent
e35e21ca9b
commit
e390f0ed76
1 changed files with 3 additions and 4 deletions
|
|
@ -1125,15 +1125,14 @@ CloudClient._getJSONfromFileTable=function()
|
|||
* каталог '..'
|
||||
*/
|
||||
i=2; /* пропускам Path и Header*/
|
||||
|
||||
/* file attributes */
|
||||
var lAttr = {};
|
||||
|
||||
for(;i<lLI.length;i++)
|
||||
{
|
||||
var lChildren = lLI[i].children;
|
||||
|
||||
/* getting all elements to lAttr object */
|
||||
/* file attributes */
|
||||
var lAttr = {};
|
||||
/* getting all elements to lAttr object */
|
||||
for(var l = 0; l < lChildren.length; l++)
|
||||
lAttr[lChildren[l].className] = lChildren[l];
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue