mirror of
https://github.com/Daniongithub/ER-TPL.git
synced 2025-10-02 14:50:47 +00:00
Compare commits
2 Commits
9ab954faec
...
6d0332bed7
Author | SHA1 | Date | |
---|---|---|---|
![]() |
6d0332bed7 | ||
![]() |
122c40bdc1 |
@@ -19,9 +19,6 @@
|
|||||||
<ul>
|
<ul>
|
||||||
<li><h1 class="warning">ATTENZIONE! Proclamato sciopero SETA tutti i bacini per il 22 Settembre 2025.</h1></li>
|
<li><h1 class="warning">ATTENZIONE! Proclamato sciopero SETA tutti i bacini per il 22 Settembre 2025.</h1></li>
|
||||||
</ul>
|
</ul>
|
||||||
<ul>
|
|
||||||
<li><h1 class="warning" id="calcio">ATTENZIONE! Deviazione linee per la partita di calcio oggi. <a href="https://www.setaweb.it/mo/news/4991" class="rossosott">Percorsi provvisori</a></h1></li>
|
|
||||||
</ul>
|
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="/index.html"><h1 style="font-size: 100%;font-weight: 500;">Home</h1></a></li>
|
<li><a href="/index.html"><h1 style="font-size: 100%;font-weight: 500;">Home</h1></a></li>
|
||||||
<li><a href="/seta_menu/seta.html"><h1 style="font-size: 100%;font-weight: 500;">SETA Modena</h1></a></li>
|
<li><a href="/seta_menu/seta.html"><h1 style="font-size: 100%;font-weight: 500;">SETA Modena</h1></a></li>
|
||||||
|
@@ -2,12 +2,6 @@ const searchBar = document.getElementById('searchBar');
|
|||||||
const stopCodeBar = document.getElementById('stopCodeBar');
|
const stopCodeBar = document.getElementById('stopCodeBar');
|
||||||
const resultsContainer = document.getElementById('searchResults');
|
const resultsContainer = document.getElementById('searchResults');
|
||||||
|
|
||||||
//Calcio 13/09/2025
|
|
||||||
const calcio = document.getElementById('calcio');
|
|
||||||
if(new Date().getDate()!="13"||new Date().getMonth()!="8"){
|
|
||||||
calcio.setAttribute("style","display: none;")
|
|
||||||
}
|
|
||||||
|
|
||||||
let allresults = [];
|
let allresults = [];
|
||||||
|
|
||||||
const url = 'https://setaapi.serverissimo.freeddns.org/stopcodesarchive';
|
const url = 'https://setaapi.serverissimo.freeddns.org/stopcodesarchive';
|
||||||
|
Reference in New Issue
Block a user