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
6cb3cd5815
commit
265a1c68d0
1 changed files with 2 additions and 3 deletions
|
|
@ -446,11 +446,10 @@ CloudClient.Util = (function(){
|
|||
var lCurrent;
|
||||
if(pPosition){
|
||||
if(pPosition.top){
|
||||
lCurrent = lThis.getRefreshButton();
|
||||
lCurrent = lThis.getRefreshButton();
|
||||
if(!lCurrent)
|
||||
lRet_b = false;
|
||||
}
|
||||
else pPosition = lCurrent.parentElement;
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
@ -525,7 +524,7 @@ CloudClient.Util = (function(){
|
|||
var lRefresh = this.getByClass(CloudFunc.REFRESHICON, lPanel);
|
||||
|
||||
if (lRefresh.length)
|
||||
lRefresh = lRefresh[0];
|
||||
lRefresh = lRefresh[0].parentElement;
|
||||
else {
|
||||
this.addCloudStatus({
|
||||
code : -3,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue