mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 18:55:26 +00:00
refactor(listeners) ajaxLoad -> loadDir
This commit is contained in:
parent
65a48ca731
commit
d439bb0ef3
1 changed files with 2 additions and 1 deletions
|
|
@ -390,7 +390,8 @@ var Util, DOM, CloudCmd;
|
|||
var path = event.state;
|
||||
|
||||
if (path)
|
||||
CloudCmd.ajaxLoad(path, {
|
||||
CloudCmd.loadDir({
|
||||
path : path,
|
||||
nohistory: true
|
||||
});
|
||||
else
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue