From 8872b4470218fcec503a7e0ca6570d99bb74569a Mon Sep 17 00:00:00 2001 From: BluePotato102 Date: Sat, 18 Nov 2023 08:23:59 -0600 Subject: [PATCH] random game button --- js/index.js | 1 - 1 file changed, 1 deletion(-) 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'); - ; }