mirror of
https://github.com/karma-riuk/crab-webapp.git
synced 2025-07-05 14:18:12 +02:00
removed code that was hiding the id of the process
This commit is contained in:
@ -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", () => {
|
||||||
|
Reference in New Issue
Block a user