minor changes

This commit is contained in:
coderaiser 2012-08-16 06:58:15 -04:00
parent a86082c574
commit ce144a445d

View file

@ -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;
}
}