minor changes

This commit is contained in:
coderaiser 2013-03-04 08:19:25 -05:00
parent ead8850325
commit ba5ae30589

View file

@ -1214,7 +1214,7 @@ var CloudCommander, Util,
if(lLink)
lLink.title = lLink.textContent = pName;
lLink.href = CloudFunc.FS + DOM.getCurrentDirPath + pName;
lLink.href = CloudFunc.FS + DOM.getCurrentDirPath() + pName;
return lLink;
};