mirror of https://github.com/CIRCL/AIL-framework
ultag removed
parent
b36cf76889
commit
f15caa70f5
|
@ -255,17 +255,6 @@ $(document).ready(function () {
|
|||
|
||||
refresh();
|
||||
|
||||
var ultag = document.getElementById("ultag");
|
||||
for (i=0;i<curves_labels.length;i++){
|
||||
var li = document.createElement('li');
|
||||
var a = document.createElement('a');
|
||||
a.innerHTML = curves_labels[i];
|
||||
a.style.fontSize = glob_tabvar.row1[i][1];
|
||||
li.appendChild(a);
|
||||
ultag.appendChild(li);
|
||||
}
|
||||
|
||||
|
||||
try {
|
||||
var options = {
|
||||
weight:true,
|
||||
|
|
Loading…
Reference in New Issue