From 45b551a86c4ce489c3b5455c51f77ac80e95366e Mon Sep 17 00:00:00 2001 From: coderaiser Date: Thu, 16 Aug 2012 06:48:41 -0400 Subject: [PATCH] minor changes --- client.js | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/client.js b/client.js index 6c84b89a..52f2f698 100644 --- a/client.js +++ b/client.js @@ -449,8 +449,7 @@ CloudClient.Util = (function(){ lCurrent = lThis.getRefreshButton(); if(!lCurrent) lRet_b = false; - }else - lCurrent = pPosition.parentElement; + } } else { @@ -728,7 +727,7 @@ CloudClient._loadDir = (function(pLink,pNeedRefresh){ /* показываем гиф загрузки возле пути папки сверху*/ /* ctrl+r нажата? */ - Util.Images.showLoad(pNeedRefresh ? this : null); + Util.Images.showLoad(pNeedRefresh ? {top:true} : null); var lCurrentFile = Util.getCurrentFile(); /* получаем имя каталога в котором находимся*/