mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 18:55:26 +00:00
minor changes
This commit is contained in:
parent
f7b8b7f016
commit
45b551a86c
1 changed files with 2 additions and 3 deletions
|
|
@ -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();
|
||||
/* получаем имя каталога в котором находимся*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue