From 89590bc61b92df429fa8dc0cae848777e78c5cb6 Mon Sep 17 00:00:00 2001 From: coderaiser Date: Wed, 18 Jul 2012 15:41:54 +0300 Subject: [PATCH] minor changes --- client.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client.js b/client.js index 01dfb1a7..9d79f1d6 100644 --- a/client.js +++ b/client.js @@ -707,7 +707,7 @@ CloudClient._getJSONfromFileTable=function() /* if short we got title * if full - getting textConent */ - (lName.length && + lName.length && (lName = lName[0]) (lName.title && (lName = lName.title)) ||