mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 10:45:47 +00:00
fix(dom) getCurrentDirPath: "," -> ";"
This commit is contained in:
parent
e57a0b186b
commit
dea05c51a4
1 changed files with 1 additions and 1 deletions
|
|
@ -784,7 +784,7 @@ var CloudCmd, Util, DOM, CloudFunc, Dialog;
|
|||
var ret, path;
|
||||
|
||||
if (!panel)
|
||||
panel = this.getPanel(),
|
||||
panel = this.getPanel();
|
||||
|
||||
path = this.getByAttr('js-path', panel);
|
||||
ret = path && path.textContent;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue