Skip to content

Commit

Permalink
changes
Browse files Browse the repository at this point in the history
  • Loading branch information
muktar1907 committed Apr 24, 2024
1 parent c4d3410 commit 88c74e4
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions html/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -218,10 +218,8 @@ <h1>The Word Search Game</h1>
U.action=action;
U.player=player;
U.gameId=gameId;
if(isOpen(socket))
{
socket.send(JSON.stringify(U));
}

socket.send(JSON.stringify(U));
console.log(JSON.stringify(U));
}
</script>
Expand Down

0 comments on commit 88c74e4

Please sign in to comment.