diff --git a/client.js b/client.js index dda89d66..4d71ce4e 100644 --- a/client.js +++ b/client.js @@ -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 */