From b0ff3fff6ff8a9bdfafcc5dfa12bdbc1ffac7898 Mon Sep 17 00:00:00 2001 From: coderaiser Date: Thu, 26 Jun 2014 09:16:34 -0400 Subject: [PATCH] fix(client) refresh: rm FS --- lib/client.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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,