From 612ed63f7c662fd6ae85cf618a7af70f6d62083b Mon Sep 17 00:00:00 2001 From: coderaiser Date: Thu, 16 Aug 2012 03:59:06 -0400 Subject: [PATCH] minor changes --- client.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client.js b/client.js index d2acae51..250a738a 100644 --- a/client.js +++ b/client.js @@ -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;