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:
coderaiser 2012-07-23 17:25:09 +03:00
parent 436b853b8c
commit 186ae6ca52

View file

@ -286,6 +286,8 @@ CloudClient._currentToParent = (function(pDirName){
if(lCurrentFile.length>0)lCurrentFile[0].className='';
lLi[i].className=CloudClient.CURRENT_FILE;
break;
}
}
});