diff --git a/js/index.js b/js/index.js index 9e21d777..211c77c2 100644 --- a/js/index.js +++ b/js/index.js @@ -501,7 +501,6 @@ function randomGame() { const randomIndex = Math.floor(Math.random() * gameLinks.length); const randomGameLink = gameLinks[randomIndex]; window.location.href = randomGameLink.getAttribute('url'); - ; }