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,7 +423,8 @@
if (!response.ok)
throw new Error(`Errore HTTP: ${response.status}`);
const result = await response.text();
const result = await response.text();
//Ferma frasi di caricamento
clearInterval(loadingInterval);