fix(client) refresh: rm FS

This commit is contained in:
coderaiser 2014-06-26 09:16:34 -04:00
parent 8fe8ba6bf1
commit b0ff3fff6f

View file

@ -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,