From cecbbc9efcae44c90843fb2287def8e5a85ee815 Mon Sep 17 00:00:00 2001 From: Archie Baer Date: Tue, 18 Jun 2019 20:58:35 +0100 Subject: [PATCH] dForms domain change --- signup.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/signup.js b/signup.js index b0e8b18..0749092 100644 --- a/signup.js +++ b/signup.js @@ -15,7 +15,7 @@ function signup() { mailbtn.classList.remove("fa-clock"); mailbtn.classList.add("fa-" + (this.status === 200 ? "check" : "times")); }; - req.open("POST", "https://whserver.dforms.point0.tech/589550963468140574"); + req.open("POST", "https://wh.dforms.net/589550963468140574"); req.setRequestHeader("Content-type", "application/x-www-form-urlencoded"); req.send("email=" + encodeURIComponent(email)); }