mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-19 01:17:18 +00:00
fix(client) goToParentDir: rm FS
This commit is contained in:
parent
471624c93c
commit
c2f6e24517
1 changed files with 1 additions and 1 deletions
|
|
@ -461,7 +461,7 @@ var Util, DOM, CloudFunc;
|
|||
|
||||
if (path !== parentPath) {
|
||||
path = parentPath;
|
||||
path = CloudFunc.FS + CloudFunc.rmLastSlash(path);
|
||||
path = CloudFunc.rmLastSlash(path);
|
||||
|
||||
CloudCmd.loadDir({
|
||||
path: path
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue