Ho rotto tutto

This commit is contained in:
Leocraft1
2025-10-20 16:37:50 +02:00
parent e234ba9003
commit c8778a6df7
2 changed files with 3 additions and 6 deletions

View File

@@ -40,9 +40,9 @@ fetch(urlDesc)
var td = document.createElement('td');
td.innerHTML=data[0].frequenze[i];
tr.appendChild(td);
var td = document.createElement('td');
td.innerHTML=data[0].frequenze_dom[i];
tr.appendChild(td);
//var td = document.createElement('td');
//td.innerHTML=data[0].frequenze_dom[i];
//tr.appendChild(td);
table.appendChild(tr);
i++;
});