Skip to content

Commit

Permalink
switch order
Browse files Browse the repository at this point in the history
  • Loading branch information
Edit-Mr committed Oct 18, 2023
1 parent 9dd042b commit b4981c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roll-call/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ <h3>很高興看到你</h3>
submit.disabled = true;
document.querySelector("h1").innerText = "傳送中...";
main.classList.add("sending");
const url = `https://script.google.com/macros/s/AKfycbwZK-Ode5UnYWrfCn9bRi31-D64GgixunrFEDKEdvlu3sKANGeDfgnIFhtdeloeaDyQkw/exec?form=簽到&data=["${q}","${input.value}"]`;
const url = `https://script.google.com/macros/s/AKfycbwZK-Ode5UnYWrfCn9bRi31-D64GgixunrFEDKEdvlu3sKANGeDfgnIFhtdeloeaDyQkw/exec?form=簽到&data=["${input.value}","${q}"]`;
fetch(url)
.then(function (response) {
main.classList.add("sent");
Expand Down

0 comments on commit b4981c2

Please sign in to comment.