mabil commited on
Commit
4d16517
·
1 Parent(s): eec4de5

Fix: Correzione barra di caricamento

Browse files
Files changed (1) hide show
  1. 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
- }, 150); // rallentato (tempo di aggiornamento più lungo)
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(() => {