mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-20 18:18:56 +00:00
fix(dom) setCurrentName: prefix
This commit is contained in:
parent
ccea2d28c7
commit
b682e9d89d
1 changed files with 2 additions and 1 deletions
|
|
@ -1127,7 +1127,8 @@ var CloudCmd, Util, DOM, CloudFunc;
|
|||
var Info = CurrentInfo,
|
||||
link = Info.link,
|
||||
FS = CloudFunc.FS,
|
||||
dir = FS + Info.dirPath;
|
||||
PREFIX = CloudCmd.PREFIX,
|
||||
dir = PREFIX + FS + Info.dirPath;
|
||||
|
||||
link.title = name;
|
||||
link.innerHTML = CloudFunc.Entity.encode(name);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue