commit definitivo

This commit is contained in:
La Programmatrice Verde 2025-04-03 18:38:09 +02:00
parent 021e3f2f1a
commit 82589d2bb4
2 changed files with 4 additions and 2 deletions

View File

@ -423,6 +423,7 @@
if (!response.ok) if (!response.ok)
throw new Error(`Errore HTTP: ${response.status}`); throw new Error(`Errore HTTP: ${response.status}`);
const result = await response.text(); const result = await response.text();
//Ferma frasi di caricamento //Ferma frasi di caricamento

View File

@ -67,3 +67,4 @@
#trovaSegno > :not(#link){ #trovaSegno > :not(#link){
display: none; display: none;
} }