mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-18 08:56:20 +00:00
fix(client) refresh: add "/"
This commit is contained in:
parent
5c2092da78
commit
a151dbcf6f
1 changed files with 1 additions and 1 deletions
|
|
@ -302,7 +302,7 @@ var Util, DOM, CloudFunc;
|
|||
var NEEDREFRESH = true,
|
||||
panel = panelParam || current && current.parentElement,
|
||||
path = DOM.getCurrentDirPath(panel),
|
||||
notSlashlLink = CloudFunc.rmLastSlash(path);
|
||||
notSlashlLink = CloudFunc.rmLastSlash(path) || '/';
|
||||
|
||||
CloudCmd.loadDir({
|
||||
path : notSlashlLink,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue