This commit is contained in:
Suvodip
2024-06-17 18:41:11 +05:30
parent d82e6fcb9d
commit 5ed1ee1e6c
8 changed files with 219 additions and 210 deletions

View File

@@ -30,6 +30,7 @@ import Layout from '../../layouts/Layout.astro';
let submitButton;
let formattedDateTime;
let shortUniqueID;
let scoreTotal = 0;
if(isMobile){
topLogoWidth = 5;
muteIconWidth = 2;
@@ -512,9 +513,9 @@ import Layout from '../../layouts/Layout.astro';
});
}
const url = window.location.href;
const gameName = url.split('/');
const gameType = gameName[3].split('?id=');
// const url = window.location.href;
// const gameName = url.split('/');
// const gameType = gameName[3].split('?id=');
// function submitUserData(drawingZone) {
// let imageCode;
// // console.log(drawingZone);