fix(client) refresh: init panel

This commit is contained in:
coderaiser 2014-08-13 08:53:50 -04:00
parent d4b8225030
commit 5fec8b5abc

View file

@ -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,