Compare commits

..

2 Commits

Author SHA1 Message Date
Leocraft1
65d0c3dd52 Merge branch 'main' of https://github.com/Daniongithub/ER-TPL 2025-10-01 17:02:04 +02:00
Leocraft1
e861046ff4 Fix businservizio + rimuovere il warning 2025-10-01 17:02:02 +02:00
3 changed files with 7 additions and 7 deletions

View File

@@ -3,4 +3,9 @@
</ul>
<ul>
<li><h1 class="warning">ATTENZIONE! Stiamo aggiornando i nostri server e perciò non è possibile visitare alcune sezioni o usare alcune funzioni. Ci scusiamo per il disagio.</h1></li>
</ul>
</ul>
<nav>
<ul>
<li><h1 class="yellow-warning">ATTENZIONE! I nuovi urbanway 4793-4799 non compaiono (sul cerca orario si) a causa di problemi SETA.</h1></li>
</ul>
</nav>

View File

@@ -15,11 +15,6 @@
</head>
<body>
<header>
<nav>
<ul>
<li><h1 class="yellow-warning">ATTENZIONE! I nuovi urbanway 4793-4799 non compaiono (sul cerca orario si) a causa di problemi SETA.</h1></li>
</ul>
</nav>
<nav id="nav-inservizio" style="display: flex;">
<ul>
<li><a href="/index.html"><h1 style="font-size: 100%;font-weight: 500;">Home</h1></a></li>

View File

@@ -377,5 +377,5 @@ function caricaFiltratiModello(selectedOption){
}
function reloadFiltratiModello(){
caricaFiltratiModello(lineaSelect.value);
caricaFiltratiModello(modelloSelect.value);
}