Compare commits
No commits in common. "e037a4b089ebc6f0234e14d7941673d088b52238" and "7f6191612e220d2e086b625a0050d7ea196c37d1" have entirely different histories.
e037a4b089
...
7f6191612e
|
@ -11,7 +11,7 @@
|
||||||
const worksheetId = urlParams.get('worksheetId');
|
const worksheetId = urlParams.get('worksheetId');
|
||||||
let submitNotic;
|
let submitNotic;
|
||||||
let startTime = Date.now();
|
let startTime = Date.now();
|
||||||
// console.log('gameVersion', gameVersion)
|
|
||||||
|
|
||||||
const url = window.location.href;
|
const url = window.location.href;
|
||||||
const gameName = url.split('/');
|
const gameName = url.split('/');
|
||||||
|
@ -267,7 +267,7 @@ function submitUserData(drawingZone) {
|
||||||
|
|
||||||
// ✅ Now create `userData` inside the correct scope where starValue exists
|
// ✅ Now create `userData` inside the correct scope where starValue exists
|
||||||
let userData = {
|
let userData = {
|
||||||
gameName: gameVersion.trim(),
|
gameName: gameVersion,
|
||||||
gameID: gameId,
|
gameID: gameId,
|
||||||
screenShot: imageCode,
|
screenShot: imageCode,
|
||||||
childId: childId,
|
childId: childId,
|
||||||
|
|
Loading…
Reference in New Issue