mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 10:45:47 +00:00
fix(client) refresh: add nohistory
This commit is contained in:
parent
9246e35a5d
commit
e023165f75
1 changed files with 3 additions and 2 deletions
|
|
@ -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
|
||||
});
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue