ultag removed

This commit is contained in:
Alexandre Dulaunoy 2014-09-10 16:40:38 +02:00 committed by Raphaël Vinot
parent b36cf76889
commit f15caa70f5

View file

@ -255,17 +255,6 @@ $(document).ready(function () {
refresh(); 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 { try {
var options = { var options = {
weight:true, weight:true,