mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 10:45:47 +00:00
minor changes
This commit is contained in:
parent
ead8850325
commit
ba5ae30589
1 changed files with 1 additions and 1 deletions
|
|
@ -1214,7 +1214,7 @@ var CloudCommander, Util,
|
|||
if(lLink)
|
||||
lLink.title = lLink.textContent = pName;
|
||||
|
||||
lLink.href = CloudFunc.FS + DOM.getCurrentDirPath + pName;
|
||||
lLink.href = CloudFunc.FS + DOM.getCurrentDirPath() + pName;
|
||||
|
||||
return lLink;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue