Мелочь
This commit is contained in:
@ -243,6 +243,7 @@ class SRec
|
||||
this.pBarDiv.innerHTML='<table width="100%" height="100%" cellpadding="0" cellspacing="0"><tr><td align="center" style="vertical-align: middle;"><img src="../resources/metadata/dbms/images/loading.gif" alt=""></td></tr></table>';
|
||||
|
||||
let eDiv=document.getElementById('eDiv'+this.uid);
|
||||
if(eDiv==null) return;
|
||||
eDiv.appendChild(this.pBarDiv);
|
||||
}
|
||||
}
|
||||
@ -566,7 +567,6 @@ class SRec
|
||||
}
|
||||
nodeFilter=findNodeOnPath(nodeType,"objects-list/filter");
|
||||
|
||||
|
||||
//let id=-1;
|
||||
//After loading the metadata, we request the data by sending an XML filter.
|
||||
let count=0;
|
||||
|
||||
Reference in New Issue
Block a user