minor changes

This commit is contained in:
coderaiser 2012-07-18 15:31:49 +03:00
parent 684ca68859
commit 5da85103d6

View file

@ -705,7 +705,7 @@ CloudClient._getJSONfromFileTable=function()
* or short
*/
lName.length &&
(lName = lName.title);
(lName = lName[0].title);
/* if short we got title
* if full - getting textConent
*/