mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-18 17:05:17 +00:00
refactor(dom) setCurrentFile: rm unused
This commit is contained in:
parent
19e71c5f95
commit
429381e24f
1 changed files with 0 additions and 6 deletions
|
|
@ -1571,12 +1571,6 @@ var CloudCmd, Util, DOM, CloudFunc, Dialog;
|
|||
lCurrentFileWas = this.getCurrentFile();
|
||||
|
||||
if (pCurrentFile) {
|
||||
if (pCurrentFile.className === 'path')
|
||||
pCurrentFile = pCurrentFile.nextSibling;
|
||||
|
||||
if (pCurrentFile.className === 'fm-header')
|
||||
pCurrentFile = pCurrentFile.nextSibling;
|
||||
|
||||
if (lCurrentFileWas)
|
||||
unsetCurrentFile(lCurrentFileWas);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue