minor changes

This commit is contained in:
coderaiser 2012-11-04 07:22:28 -05:00
parent d0df126855
commit 62cab727cd

View file

@ -256,7 +256,7 @@ var CloudFunc, exports;
for(i = folders.length - 1; i > 0; i--)
{
var lUrl=folders[i],
lShortName=lUrl.replace(lUrl.substr(lUrl,lUrl.lastIndexOf('/')+1),'');
lShortName = lUrl.replace(lUrl.substr(lUrl,lUrl.lastIndexOf('/')+1),'');
if (i!==1)
lHtmlPath += lHref +
lFS_s + lNoJS_s + lUrl +