This commit is contained in:
Suvodip
2024-11-06 19:05:11 +05:30
parent ebd61445de
commit 1bd86ba8cc
10 changed files with 231 additions and 116 deletions

View File

@@ -1,7 +1,6 @@
function retryGame(){
window.location.reload();
}
const queryString = window.location.search;
const urlParams = new URLSearchParams(queryString);
const userId = urlParams.get('userId');