mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 10:45:47 +00:00
fixed bug with setting current file, if a couple of files was with the same name on 16-chars, after going up on folders, current file would be last.
This commit is contained in:
parent
436b853b8c
commit
186ae6ca52
1 changed files with 2 additions and 0 deletions
|
|
@ -286,6 +286,8 @@ CloudClient._currentToParent = (function(pDirName){
|
|||
if(lCurrentFile.length>0)lCurrentFile[0].className='';
|
||||
|
||||
lLi[i].className=CloudClient.CURRENT_FILE;
|
||||
|
||||
break;
|
||||
}
|
||||
}
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue