mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-21 02:29:23 +00:00
fix(dom) getNotCurrentDirPath: add this
This commit is contained in:
parent
db98cd8b6b
commit
f3e38f6613
1 changed files with 1 additions and 1 deletions
|
|
@ -884,7 +884,7 @@ var CloudCmd, Util, DOM, CloudFunc, Dialog;
|
|||
*/
|
||||
this.getNotCurrentDirPath = function() {
|
||||
var panel = this.getPanel(true),
|
||||
path = getCurrentDirPath(panel);
|
||||
path = this.getCurrentDirPath(panel);
|
||||
|
||||
return path;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue