mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 18:55:26 +00:00
minor changes
This commit is contained in:
parent
a1c8bc69b5
commit
c4166e2658
1 changed files with 2 additions and 2 deletions
|
|
@ -697,9 +697,9 @@ CloudClient._getJSONfromFileTable=function()
|
|||
var lIsDir=lLI[i].getElementsByClassName('mini-icon')[0]
|
||||
.className.replace('mini-icon ','')==='directory'?true:false;
|
||||
|
||||
var lName=lLI[i].getElementsByClassName('name')[0]
|
||||
var lName=lLI[i].getElementsByClassName('name')[0];
|
||||
lName &&
|
||||
(lName = lName.getElementsByTagName('a')
|
||||
(lName = lName.getElementsByTagName('a'));
|
||||
/* if found link to folder
|
||||
* cheking is it a full name
|
||||
* or short
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue