mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-25 08:54:10 +00:00
minor changes
This commit is contained in:
parent
d439562888
commit
50ea984610
1 changed files with 1 additions and 1 deletions
|
|
@ -284,7 +284,7 @@ CloudClient._currentToParent = (function(pDirName){
|
|||
/* if name length is big
|
||||
* then compare full names
|
||||
*/
|
||||
if(lA.length >= CloudFunc.SHORTNAMELENGTH &&
|
||||
if(pDirName.length >= CloudFunc.SHORTNAMELENGTH &&
|
||||
lA[0].title !== pDirName)
|
||||
break;
|
||||
/* если уже выделен какой-то файл, снимаем
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue