This commit is contained in:
Leocraft1
2025-09-09 14:38:20 +02:00
parent 59653a17fd
commit 7a9f0fab19
2 changed files with 9 additions and 1 deletions

View File

@@ -23,7 +23,7 @@ function caricadati(){
const container = document.getElementById('tabella-container');
container.innerHTML = '';
//Testo destinazione
destSpan.innerHTML=item.arrivals[item.arrivals.length-1].desc;
//destSpan.innerHTML=item.arrivals[item.arrivals.length-1].desc;
//Testo ritardo
if(item.arrivals[0].delay>0){
ritSpan.setAttribute("style","color:rgba(255, 50, 50, 1);")

View File

@@ -129,6 +129,14 @@ function routesDictionary(rcode){
return "6 CHINNICI";
case "MO6-As-614":
return "6 AUTOSTAZIONE";
case "MO6-As-620":
return "6A SANTI";
case "MO6-As-622":
return "6B VILLANOVA";
case "MO6-Di-621":
return "6 SANTI -> CHINNICI";
case "MO6-Di-623":
return "6 VILLANOVA -> CHINNICI";
//Linea 7
case "MO7-As-703":
return "7 GRAMSCI";