commit definitivo
This commit is contained in:
parent
021e3f2f1a
commit
82589d2bb4
@ -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);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user