From 124c895eb40845184fe228013e07f67552a43eda Mon Sep 17 00:00:00 2001 From: coderaiser Date: Wed, 18 Jul 2012 15:33:42 +0300 Subject: [PATCH] minor changes --- client.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 */