Spaces:
Sleeping
Sleeping
Fix: Correzione barra di caricamento
Browse files- static/js/script.js +1 -1
static/js/script.js
CHANGED
@@ -30,7 +30,7 @@ document.addEventListener("DOMContentLoaded", function () {
|
|
30 |
progressBar.style.width = width + "%";
|
31 |
progressBar.textContent = width + "%";
|
32 |
}
|
33 |
-
},
|
34 |
|
35 |
// fallback per riabilitare il pulsante (verrà ignorato se il server risponde prima)
|
36 |
setTimeout(() => {
|
|
|
30 |
progressBar.style.width = width + "%";
|
31 |
progressBar.textContent = width + "%";
|
32 |
}
|
33 |
+
}, 500); // rallentato (tempo di aggiornamento più lungo)
|
34 |
|
35 |
// fallback per riabilitare il pulsante (verrà ignorato se il server risponde prima)
|
36 |
setTimeout(() => {
|