mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-18 17:05:17 +00:00
minor changes
This commit is contained in:
parent
ac33710099
commit
602646146a
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