minor changes

This commit is contained in:
coderaiser 2012-08-16 03:59:06 -04:00
parent 0f10839fc1
commit 612ed63f7c

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;