mirror of
https://github.com/Daniongithub/ER-TPL.git
synced 2025-12-06 13:52:03 +00:00
Ho rotto tutto
This commit is contained in:
@@ -170,9 +170,6 @@ img{
|
||||
.container {
|
||||
flex-direction: column;
|
||||
}
|
||||
th,td {
|
||||
font-size: 90%;
|
||||
}
|
||||
nav#corsie-nav ul li a{
|
||||
font-size: 75%;
|
||||
margin: 0;
|
||||
|
||||
@@ -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++;
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user