Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
llowinge committed Jul 24, 2023
1 parent 8163b72 commit 7a2aa29
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@
socket.onopen = function() {
connected = true;
console.log("Connected to the web socket");
socket.send("_ready_");
$("#send").attr("disabled", false);
$("#connect").attr("disabled", true);
$("#name").attr("disabled", true);
Expand Down

0 comments on commit 7a2aa29

Please sign in to comment.