mirror of
https://codeberg.org/demostf/frontend.git
synced 2026-06-03 18:24:12 +02:00
api page
This commit is contained in:
parent
6ba687d9db
commit
15f38a6872
8 changed files with 443 additions and 2 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue