fixing health form redirect and updating npm

This commit is contained in:
Chris Cochrun 2022-12-20 09:11:07 -06:00
parent 0ce52d5fc7
commit ff2d64dd48
7 changed files with 178 additions and 19 deletions

View file

@ -16,6 +16,8 @@
xhr.send(data);
console.log(data);
console.log("Hallo!");
window.location.href = "https://tfcconnection.org/thankyou/";
window.location.replace("https://tfcconnection.org/thankyou/");
return false;
}