Update altre corse per polo leonardo

This commit is contained in:
Leocraft1
2025-09-08 16:28:16 +02:00
parent 263d6941df
commit 4492ea4f6c
4 changed files with 29 additions and 5 deletions

View File

@@ -78,4 +78,14 @@ if(posto=="GARIBALDI"){
<div class="search-result"><h3>Storchi direzione Centro</h3></div>
</a>
`;
}
if(posto=="POLO LEONARDO"){
bottoni.innerHTML = `
<a href="/seta_menu/cercaorario/fermata.html?code=MO6783&name=POLO LEONARDO (Strada)" class="bianco">
<div class="search-result"><h3>POLO LEONARDO (Strada)</h3></div>
</a>
<a href="/seta_menu/cercaorario/fermata.html?code=MO2928&name=POLO LEONARDO 1" class="bianco">
<div class="search-result"><h3>POLO LEONARDO 1</h3></div>
</a>
`;
}