minor changes

This commit is contained in:
coderaiser 2012-08-16 06:48:41 -04:00
parent f7b8b7f016
commit 45b551a86c

View file

@ -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();
/* получаем имя каталога в котором находимся*/