Due punti extra

This commit is contained in:
Leocraft1 2025-07-27 09:40:10 +02:00
parent 57632493e1
commit d70fe8a6c2
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ function caricadati(){
<th class="orario">Orario (Rit/Ant)</th> <th class="orario">Orario (Rit/Ant)</th>
<th class="stato">Stato corsa</th> <th class="stato">Stato corsa</th>
<th class="veicolo">Veicolo</th> <th class="veicolo">Veicolo</th>
<th class="location">Ora si trova a:</th> <th class="location">Ora si trova a</th>
</tr> </tr>
`; `;
table.appendChild(thead); table.appendChild(thead);