diff --git a/Server/Views/home.js b/Server/Views/home.js index 91154d0..29e46dd 100644 --- a/Server/Views/home.js +++ b/Server/Views/home.js @@ -2,6 +2,6 @@ document.getElementById("join-button").addEventListener('click', function () { window.location.href="lobby.html"; }) -document.getElementById("join-button").addEventListener('click', function () { +document.getElementById("start-button").addEventListener('click', function () { window.location.href="lobby.html"; }) \ No newline at end of file