mirror of
https://github.com/Daniongithub/ER-TPL.git
synced 2025-10-02 12:30:48 +00:00
Updating index + small fix for mobile view in "visualizzatore fermate".
This commit is contained in:
@@ -134,7 +134,7 @@ document.getElementById('bacino').addEventListener('change', function(event) {
|
||||
const resultsContainer = document.getElementById('searchResults');
|
||||
resultsContainer.innerHTML = '<p>Caricamento lista fermate in corso...</p>';
|
||||
if(selectedOption != "ra"){
|
||||
radiobuttons.setAttribute("style", "display: none;");
|
||||
radiobuttons.setAttribute("style", "display: none !important;");
|
||||
}
|
||||
fetch(urlFermate)
|
||||
.then(res => res.json())
|
||||
|
Reference in New Issue
Block a user