From e023165f75b4e8c1f3db406f96cb9e28f4397d4e Mon Sep 17 00:00:00 2001 From: coderaiser Date: Thu, 26 Jun 2014 02:15:15 -0400 Subject: [PATCH] fix(client) refresh: add nohistory --- lib/client.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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 }); };