mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 10:45:47 +00:00
fix(client) refresh: rm FS
This commit is contained in:
parent
8fe8ba6bf1
commit
b0ff3fff6f
1 changed files with 1 additions and 2 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue