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 @@
- +
-
- 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.
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())