mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-20 18:18:56 +00:00
refactor(client) loadDir: params.noCurrent -> noCurrent
This commit is contained in:
parent
def70b77aa
commit
479c1553b8
1 changed files with 1 additions and 1 deletions
|
|
@ -80,7 +80,7 @@ var Util, DOM, CloudFunc, join;
|
|||
ajaxLoad(link, {
|
||||
refresh : isRefresh,
|
||||
history : history,
|
||||
noCurrent : params.noCurrent
|
||||
noCurrent : noCurrent
|
||||
}, panel, callback);
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue