Finito il calcio

This commit is contained in:
Leocraft1
2025-09-14 17:13:32 +02:00
parent 1042baa260
commit 122c40bdc1
2 changed files with 0 additions and 9 deletions

View File

@@ -2,12 +2,6 @@ const searchBar = document.getElementById('searchBar');
const stopCodeBar = document.getElementById('stopCodeBar');
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 = [];
const url = 'https://setaapi.serverissimo.freeddns.org/stopcodesarchive';