mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-18 17:05:17 +00:00
minor changes
This commit is contained in:
parent
0f10839fc1
commit
612ed63f7c
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue