random game button

This commit is contained in:
BluePotato102
2023-11-18 08:23:59 -06:00
parent f602dbf6b7
commit 8872b44702
-1
View File
@@ -501,7 +501,6 @@ function randomGame() {
const randomIndex = Math.floor(Math.random() * gameLinks.length);
const randomGameLink = gameLinks[randomIndex];
window.location.href = randomGameLink.getAttribute('url');
;
}