Compare commits
14 Commits
b3
...
386c8f7116
| Author | SHA1 | Date | |
|---|---|---|---|
| 386c8f7116 | |||
|
|
23dec7eef2 | ||
| 5c3479b571 | |||
| cee3680942 | |||
| 9de26f9ce0 | |||
| d22a4da6d6 | |||
| 663830d509 | |||
| 3a799f2b1f | |||
| c554fa165c | |||
| 6c6d5b3379 | |||
| 2abe729d99 | |||
| 579d610bdb | |||
| 3db5ccd710 | |||
| 92188a3548 |
@@ -1,8 +1,8 @@
|
||||
const queryString = window.location.search;
|
||||
const urlParams = new URLSearchParams(queryString);
|
||||
const userId = urlParams.get('userid');
|
||||
const userId = urlParams.get('userId');
|
||||
let gameId;
|
||||
|
||||
console.log(userId);
|
||||
let startTime = Date.now();
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user