mirror of
https://github.com/Daniongithub/ER-TPL.git
synced 2025-10-02 12:10:48 +00:00
warning bus in servizio nuovo metodo
This commit is contained in:
3
service/pastebin-errori.html
Normal file
3
service/pastebin-errori.html
Normal file
@@ -0,0 +1,3 @@
|
||||
<ul>
|
||||
<li><h1 class="warning">ATTENZIONE! Essendo periodo di vacanza è stato necessario spegnere il server foto, dunque non è possibile visualizzare la sezione "SETA Modena". Ci scusiamo per il disagio.</h1></li>
|
||||
</ul>
|
@@ -15,6 +15,11 @@
|
||||
</head>
|
||||
<body>
|
||||
<header>
|
||||
<nav>
|
||||
<ul>
|
||||
<li><h1 class="yellow-warning">ATTENZIONE! Stiamo riscrivendo il codice per identificare modelli e targhe, il filtro per modello potrebbe non funzionare, ci scusiamo per il disagio.</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>
|
||||
|
@@ -40,6 +40,7 @@ fetch(urlModels)
|
||||
if(
|
||||
model!="CAM New Busotto"&&
|
||||
model!="Iveco Cityclass CNG"&&
|
||||
model!="Irisbus Cityclass CNG ex Pavia"&&
|
||||
model!="Mercedes Integro O550 (Giallo)"
|
||||
){
|
||||
option.value = modelsDictionary(model);
|
||||
|
Reference in New Issue
Block a user