mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-18 08:56:20 +00:00
minor changes
This commit is contained in:
parent
aa5fcebdf1
commit
6906508e7c
1 changed files with 1 additions and 1 deletions
|
|
@ -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 +
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue