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
ba5ae30589
commit
f31b370ed6
1 changed files with 2 additions and 2 deletions
|
|
@ -1212,9 +1212,9 @@ var CloudCommander, Util,
|
|||
lLink = DOM.getCurrentLink( lCurrent );
|
||||
|
||||
if(lLink)
|
||||
lLink.title = lLink.textContent = pName;
|
||||
lLink.href = lLink.title = lLink.textContent = pName;
|
||||
|
||||
lLink.href = CloudFunc.FS + DOM.getCurrentDirPath() + pName;
|
||||
lLink.href = CloudFunc.FS + DOM.getCurrentDirPath() + lLink.href;
|
||||
|
||||
return lLink;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue