mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-18 17:05:17 +00:00
fix(dom) setCurrentName: link.href
This commit is contained in:
parent
6cde663fab
commit
62fef82338
1 changed files with 1 additions and 1 deletions
|
|
@ -1410,7 +1410,7 @@ var CloudCmd, Util, DOM, CloudFunc, Dialog;
|
|||
panel = DOM.getPanel();
|
||||
|
||||
link.title = link.textContent = name;
|
||||
link.href = dir + name;
|
||||
link.href = name;
|
||||
current.id = name + '(' + panel.id + ')';
|
||||
|
||||
return link;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue