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
a3079d4935
commit
124c895eb4
1 changed files with 2 additions and 1 deletions
|
|
@ -705,7 +705,8 @@ CloudClient._getJSONfromFileTable=function()
|
|||
* or short
|
||||
*/
|
||||
lName.length &&
|
||||
(lName = lName[0].title);
|
||||
lName[0].title &&
|
||||
(lName = lName[0].title);
|
||||
/* if short we got title
|
||||
* if full - getting textConent
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue