Compare commits
27 Commits
newb2
...
7f6191612e
| Author | SHA1 | Date | |
|---|---|---|---|
| 7f6191612e | |||
| cdd0cc87ef | |||
| 455393f2fa | |||
| 65aa08bfb6 | |||
| 6fdc275205 | |||
| 62abedf3aa | |||
| 6d56c2a3ad | |||
| b9b92b0feb | |||
| efa1bff9aa | |||
| 8bdd30a933 | |||
| 970acf7521 | |||
| bc169b6dfa | |||
| a180a6b5fe | |||
| af5cba4017 | |||
| 59ca5f9b09 | |||
| 0547509a2d | |||
| 3ed170c09b | |||
| 702e63b91c | |||
| 0d4ab27be8 | |||
| 2f29d13432 | |||
| 9c4e7f184d | |||
| 3e0a99a42b | |||
| 6e46901c90 | |||
| 2ef1814ffe | |||
| bde9907774 | |||
| 275e3c1b2b | |||
| 386c8f7116 |
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user