Skip to content

Commit

Permalink
Update about_you.js
Browse files Browse the repository at this point in the history
  • Loading branch information
IAmADeviler authored Jun 16, 2024
1 parent b9b91af commit 4b015b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions about_you.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ form_submit.addEventListener('submit', (e) => {
const authenticated = authentication(username, password);

if (authenticated === true) {
const scriptURL = 'https://script.google.com/macros/s/AKfycbwgI6vvFcBM9W0U6NdAWjVptRDWheX1Vgy5FLNjk-ta3QaSBgE2dsA0Wq_PW1hzhI8Onw/exec'
const scriptURL = 'https://script.google.com/macros/s/AKfycbxgkUzEh7JuXeGpipQSdFrw7T_Sx-ooe7RL6TEf099acMGR6OL72tkjgxf0CzLyHHW0-g/exec'
const form = document.forms['submit-to-google-sheet']

form.addEventListener('submit', (e) => {
Expand Down Expand Up @@ -55,4 +55,4 @@ function authentication(username, password) {
else {
return false
}
}
}

0 comments on commit 4b015b8

Please sign in to comment.