minor changes

This commit is contained in:
coderaiser 2012-07-23 17:41:20 +03:00
parent 50ea984610
commit 2cce1f02ff

View file

@ -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;
}
}
});