mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 10:45:47 +00:00
fix(dom) getCurrentPath fs: rmStr -> rmStrOnce
This commit is contained in:
parent
3361603a70
commit
215a13872a
1 changed files with 1 additions and 1 deletions
|
|
@ -1113,7 +1113,7 @@ var CloudCmd, Util, DOM, CloudFunc, Dialog;
|
|||
element = DOM.getByTag('a', current)[0],
|
||||
path = element.getAttribute('href');
|
||||
|
||||
path = Util.rmStr(path, CloudFunc.FS);
|
||||
path = Util.rmStrOnce(path, CloudFunc.FS);
|
||||
|
||||
return path;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue