Skip to content

Commit

Permalink
Quick fix of button id
Browse files Browse the repository at this point in the history
  • Loading branch information
AdamBelfki3 committed Nov 11, 2022
1 parent 25c2861 commit 1fc0ec9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Server/Views/home.js
Original file line number Diff line number Diff line change
Expand Up @@ -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";
})

0 comments on commit 1fc0ec9

Please sign in to comment.