From 2cce1f02ffad2b8628d6083c249d22307de82f0c Mon Sep 17 00:00:00 2001 From: coderaiser Date: Mon, 23 Jul 2012 17:41:20 +0300 Subject: [PATCH] minor changes --- client.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client.js b/client.js index 93f04849..168263a7 100644 --- a/client.js +++ b/client.js @@ -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; } } });