mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 18:55:26 +00:00
chore(dom) regRefreshButton: add trace
This commit is contained in:
parent
f60ad1f2db
commit
511dba9d41
1 changed files with 3 additions and 0 deletions
|
|
@ -1378,6 +1378,9 @@ var CloudCmd, Util, DOM, CloudFunc;
|
|||
* unified way to get RefreshButton
|
||||
*/
|
||||
this.getRefreshButton = function(){
|
||||
if (!CloudFunc)
|
||||
console.trace();
|
||||
|
||||
var lPanel = this.getPanel(),
|
||||
lRefresh = this.getByClass(CloudFunc.REFRESHICON, lPanel),
|
||||
lRet = lRefresh[0];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue