mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 18:55:26 +00:00
minor changes
This commit is contained in:
parent
50ea984610
commit
2cce1f02ff
1 changed files with 2 additions and 2 deletions
|
|
@ -286,7 +286,7 @@ CloudClient._currentToParent = (function(pDirName){
|
|||
*/
|
||||
if(pDirName.length >= CloudFunc.SHORTNAMELENGTH &&
|
||||
lA[0].title !== pDirName)
|
||||
break;
|
||||
continue;
|
||||
/* если уже выделен какой-то файл, снимаем
|
||||
* выделение
|
||||
*/
|
||||
|
|
@ -295,7 +295,7 @@ CloudClient._currentToParent = (function(pDirName){
|
|||
|
||||
lLi[i].className=CloudClient.CURRENT_FILE;
|
||||
|
||||
return;
|
||||
break;
|
||||
}
|
||||
}
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue