fix(client) refresh: add nohistory

This commit is contained in:
coderaiser 2014-06-26 02:15:15 -04:00
parent 9246e35a5d
commit e023165f75

View file

@ -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
});
};