minor changes

This commit is contained in:
coderaiser 2012-08-16 03:59:06 -04:00
parent 8114bff2e5
commit 339b64f93d

View file

@ -518,7 +518,7 @@ CloudClient.Util = (function(){
this.getRefreshButton = function(){
var lPanel = this.getPanel();
var lRefresh = this.getByClassName(CloudFunc.REFRESHICON, lPanel);
var lRefresh = this.getByClass(CloudFunc.REFRESHICON, lPanel);
if (lRefresh.length)
lRefresh = lRefresh[0].parentElement;