From acebf6efd69c61c09f912dc1f5c30b9d68548f85 Mon Sep 17 00:00:00 2001 From: Gregoo Date: Sat, 25 Jan 2025 23:05:21 +0100 Subject: [PATCH] Clear the progress message when clear() --- static/scripts/socket/socket.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/static/scripts/socket/socket.js b/static/scripts/socket/socket.js index 30364ad..2e213db 100644 --- a/static/scripts/socket/socket.js +++ b/static/scripts/socket/socket.js @@ -43,6 +43,8 @@ class BrickSocket { this.html_progress_bar.textContent = ""; } + this.progress_message(""); + this.spinner(false); }