This commit is contained in:
Suvodip
2025-02-01 17:56:45 +05:30
parent f3c3cc2ad0
commit 70d65c429f
33 changed files with 496 additions and 255 deletions

View File

@@ -4,7 +4,7 @@ function retryGame(){
const queryString = window.location.search;
const urlParams = new URLSearchParams(queryString);
const userId = urlParams.get('userId');
const userId = urlParams.get('childId');
const gameVersion = urlParams.get('gameName');
const gameId = urlParams.get('id');
let submitNotic;