mabil commited on
Commit
b792603
·
1 Parent(s): cae65d9

💡 Fix interazione Analyze button e migliorie JS

Browse files
Files changed (1) hide show
  1. static/js/script.js +1 -0
static/js/script.js CHANGED
@@ -29,6 +29,7 @@ document.addEventListener("DOMContentLoaded", function () {
29
  }, 100);
30
  }
31
  }
 
32
 
33
  // Inizializza il form per avviare la progress bar
34
  const analysisForm = document.getElementById("analysisForm");
 
29
  }, 100);
30
  }
31
  }
32
+ window.startProgress = startProgress;
33
 
34
  // Inizializza il form per avviare la progress bar
35
  const analysisForm = document.getElementById("analysisForm");