diff --git a/lib/client.js b/lib/client.js index 8731cefa..f6e81961 100644 --- a/lib/client.js +++ b/lib/client.js @@ -302,8 +302,7 @@ var Util, DOM, CloudFunc; var NEEDREFRESH = true, panel = panelParam || current && current.parentElement, path = DOM.getCurrentDirPath(panel), - link = CloudFunc.FS + path, - notSlashlLink = CloudFunc.rmLastSlash(link); + notSlashlLink = CloudFunc.rmLastSlash(path); CloudCmd.loadDir({ path : notSlashlLink,