This commit is contained in:
Robin Appelman 2023-04-16 17:21:29 +02:00
commit 15f38a6872
8 changed files with 443 additions and 2 deletions

View file

@ -17,7 +17,6 @@ ready(async () => {
const demoListBody = document.querySelector('.demolist tbody');
const searchParams = new URLSearchParams(window.location.search);
const steamIds = (searchParams.get("players") || "").split(",").filter(id => id);
console.log(steamIds);
let players = [];
if (steamIds.length) {