Spaces:
Sleeping
Sleeping
💡 Fix interazione Analyze button e migliorie JS
Browse files- 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");
|