diff --git a/main/js/main.js b/main/js/main.js index 6815790..0ff8c3a 100644 --- a/main/js/main.js +++ b/main/js/main.js @@ -1,5 +1,5 @@ let sendButton = document.getElementById('socket_button');//クリックidがsocket_button -console.log(socketButton); +console.log(sendButton); sendButton.addEventListener('click', send_client_button); let clientDate = {};