s11
parent
aad75d2ec3
commit
47e90eed3a
|
@ -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,
|
gameName: gameVersion.trim(),
|
||||||
gameID: gameId,
|
gameID: gameId,
|
||||||
screenShot: imageCode,
|
screenShot: imageCode,
|
||||||
childId: childId,
|
childId: childId,
|
||||||
|
|
Loading…
Reference in New Issue