From 77b64843ac77c7d1d4d84442a532aaf36bbfff00 Mon Sep 17 00:00:00 2001 From: Karma Riuk Date: Sun, 18 May 2025 22:17:14 +0200 Subject: [PATCH] removed code that was hiding the id of the process --- public/js/index.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/public/js/index.js b/public/js/index.js index 103e6e2..9140d0b 100644 --- a/public/js/index.js +++ b/public/js/index.js @@ -130,10 +130,6 @@ function setProgress(percent) { socket.on("progress", (data) => { setProgress(data.percent); - if (data.percent == 100) { - uploadStatusEl.style.color = "green"; - uploadStatusEl.textContent = "Processing complete!"; - } }); socket.on("started-processing", () => {