removed code that was hiding the id of the process

This commit is contained in:
Karma Riuk
2025-05-18 22:17:14 +02:00
parent ecdd18dc3b
commit 77b64843ac

View File

@ -130,10 +130,6 @@ function setProgress(percent) {
socket.on("progress", (data) => { socket.on("progress", (data) => {
setProgress(data.percent); setProgress(data.percent);
if (data.percent == 100) {
uploadStatusEl.style.color = "green";
uploadStatusEl.textContent = "Processing complete!";
}
}); });
socket.on("started-processing", () => { socket.on("started-processing", () => {