mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-18 17:05:17 +00:00
minor changes
This commit is contained in:
parent
661562e64f
commit
e8de73985e
5 changed files with 171 additions and 134 deletions
|
|
@ -83,7 +83,7 @@ CloudCmd._loadDir = function(pLink, pNeedRefresh){
|
|||
lHref = lCurrentLink.href,
|
||||
lParent = lCurrentLink.textContent,
|
||||
lLink = pLink || Util.removeStr(lHref, CloudCmd.HOST),
|
||||
lDir = DOM.getCurrentDir();
|
||||
lDir = DOM.getCurrentDirName();
|
||||
|
||||
lLink += '?json';
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue