mirror of
https://github.com/karma-riuk/crab-webapp.git
synced 2025-07-05 14:18:12 +02:00
fixed typo that introduced a bug
This commit is contained in:
@ -94,7 +94,7 @@ socket.on("started-processing", () => {
|
|||||||
setProgress(0);
|
setProgress(0);
|
||||||
});
|
});
|
||||||
|
|
||||||
socket.on("successul-upload", () => {
|
socket.on("successful-upload", () => {
|
||||||
statusEl.style.color = "green";
|
statusEl.style.color = "green";
|
||||||
statusEl.textContent = "Upload succeeded!";
|
statusEl.textContent = "Upload succeeded!";
|
||||||
});
|
});
|
||||||
|
Reference in New Issue
Block a user