mirror of
https://github.com/Daniongithub/ER-TPL.git
synced 2025-10-02 17:10:47 +00:00
Text html seta cercaorario
This commit is contained in:
@@ -32,12 +32,12 @@ function caricadati(){
|
||||
const thead = document.createElement('thead');
|
||||
thead.innerHTML = `
|
||||
<tr>
|
||||
<th>Linea</th>
|
||||
<th>Direzione</th>
|
||||
<th>Orario</th>
|
||||
<th>Stato corsa</th>
|
||||
<th>Veicolo</th>
|
||||
<th>Ora si trova a:</th>
|
||||
<th class="linea">Linea</th>
|
||||
<th class="direzione">Direzione</th>
|
||||
<th class="orario">Orario</th>
|
||||
<th class="stato">Stato corsa</th>
|
||||
<th class="veicolo">Veicolo</th>
|
||||
<th class="location">Ora si trova a:</th>
|
||||
</tr>
|
||||
`;
|
||||
table.appendChild(thead);
|
||||
|
Reference in New Issue
Block a user