diff --git a/index.html b/index.html index baf9a2d..472c5ec 100644 --- a/index.html +++ b/index.html @@ -32,13 +32,13 @@

Novità Sito:

- +

ATTENZIONE! Proclamato sciopero in tutte le aziende per il 22 Settembre 2025.

SETA:

-

ATTENZIONE! Proclamato sciopero per il 22 Settembre 2025.

+

ATTENZIONE! Proclamato sciopero per il 22 Settembre 2025.

Servizi rapidi: Cerca orario

Aggiornati i servizi con le nuove linee AS 25/26.

@@ -46,7 +46,7 @@

Ravenna:

- Aggiunti: "37251-37258 MAN Lion's City 12E".
+ Aggiunti: MAN Lion's City 12E.
Visualizzatore fermate: MEGA-UPDATE, il bacino di Ravenna possiede 4 filtri diversi, che poi verranno spiegati nelle info.
I risultati vengono anche ordinati in base al criterio di ricerca.

diff --git a/start_menu/servizi/start-fermatebus/js/cercafermata.js b/start_menu/servizi/start-fermatebus/js/cercafermata.js index cb8dcfa..1c1a46c 100644 --- a/start_menu/servizi/start-fermatebus/js/cercafermata.js +++ b/start_menu/servizi/start-fermatebus/js/cercafermata.js @@ -134,7 +134,7 @@ document.getElementById('bacino').addEventListener('change', function(event) { const resultsContainer = document.getElementById('searchResults'); resultsContainer.innerHTML = '

Caricamento lista fermate in corso...

'; if(selectedOption != "ra"){ - radiobuttons.setAttribute("style", "display: none;"); + radiobuttons.setAttribute("style", "display: none !important;"); } fetch(urlFermate) .then(res => res.json())