mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-20 18:18:56 +00:00
minor changes
This commit is contained in:
parent
a86082c574
commit
ce144a445d
1 changed files with 3 additions and 1 deletions
|
|
@ -447,7 +447,9 @@ CloudClient.Util = (function(){
|
|||
if(pPosition){
|
||||
if(pPosition.top){
|
||||
lCurrent = lThis.getRefreshButton();
|
||||
if(!lCurrent)
|
||||
if(lCurrent)
|
||||
lCurrent = lCurrent.parentElement;
|
||||
else
|
||||
lRet_b = false;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue