minor changes

This commit is contained in:
coderaiser 2013-02-26 10:35:53 -05:00
parent 661562e64f
commit e8de73985e
5 changed files with 171 additions and 134 deletions

View file

@ -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';