From f53f9906f74f9173227c745813c908dac7d71465 Mon Sep 17 00:00:00 2001 From: Curry141 <135717077+Daniongithub@users.noreply.github.com> Date: Sat, 20 Sep 2025 18:22:17 +0200 Subject: [PATCH] Updating index + small fix for mobile view in "visualizzatore fermate". --- index.html | 6 +++--- start_menu/servizi/start-fermatebus/js/cercafermata.js | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) 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())