diff --git a/lib/client.js b/lib/client.js index beafe97c..d129bdfd 100644 --- a/lib/client.js +++ b/lib/client.js @@ -306,9 +306,10 @@ var Util, DOM, CloudFunc; notSlashlLink = CloudFunc.rmLastSlash(link); CloudCmd.loadDir({ - path : notSlashlLink, + path : notSlashlLink, isRefresh : NEEDREFRESH, - panel: panel + nohistory : true, + panel : panel }); };