This commit is contained in:
dev sp
2024-01-11 12:59:21 +00:00
parent 4dfc08406d
commit 87df948866
75 changed files with 739 additions and 164 deletions

View File

@@ -339,9 +339,9 @@ import Layout from '../../layouts/Layout.astro';
})
.then(response => {
if(response.ok){
console.log('Data Saved', response)
// console.log('Data Saved', response)
} else{
console.log('Something Wrong', response)
// console.log('Something Wrong', response)
}
})
.catch(error => {
@@ -522,7 +522,7 @@ import Layout from '../../layouts/Layout.astro';
if(counter === 4){
const overlap = document.getElementById("overlap");
overlap.style.display = "block";
console.log(counter)
// console.log(counter)
submitButton.setVisible(true);
}
}