mirror of
https://github.com/Daniongithub/ER-TPL.git
synced 2025-10-02 17:30:48 +00:00
Updating lista mezzi, fermatebus linea fix.
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user