Downloading the instructions through the socket #53

Merged
gregoo merged 8 commits from gregoo/BrickTracker:instructions into instructions 2025-01-26 09:48:18 +01:00
Showing only changes of commit acebf6efd6 - Show all commits

View File

@ -43,6 +43,8 @@ class BrickSocket {
this.html_progress_bar.textContent = ""; this.html_progress_bar.textContent = "";
} }
this.progress_message("");
this.spinner(false); this.spinner(false);
} }