Updating lista mezzi, fermatebus linea fix.

This commit is contained in:
2025-08-28 11:07:23 +02:00
parent 63fff53e0d
commit c1ab726b3b
4 changed files with 8 additions and 6 deletions

View File

@@ -57,6 +57,10 @@ function caricadati(){
table.appendChild(tbody);
container.appendChild(table);
fetch('https://api.vichingo455.freeddns.org/fermateapi/versione')
.then(res => res.text())
.then(versione => document.getElementById("ver").innerHTML = versione);
})
.catch(err => {
console.error('Errore nel caricamento dati:', err);