diff --git a/lib/client.js b/lib/client.js index 107bdff8..411cb282 100644 --- a/lib/client.js +++ b/lib/client.js @@ -292,6 +292,9 @@ var Util, DOM, CloudFunc; path = DOM.getCurrentDirPath(panel), notSlashlLink = CloudFunc.rmLastSlash(path) || '/'; + if (!panel) + panel = Info.panel; + CloudCmd.loadDir({ path : notSlashlLink, isRefresh : NEEDREFRESH,