We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74c2944 commit 97df966Copy full SHA for 97df966
static/assets/scripts/helpers.js
@@ -671,7 +671,7 @@ async function enforceDonationLockout() {
671
body: JSON.stringify({ email: email })
672
});
673
if (!response.ok) {
674
- document.getElementById("waitlist-message").textContent = "Failed to join waitlist. Please try again later.";
+ document.getElementById("waitlist-message").textContent = "Failed to join waitlist. Please try again later. Or email me directly ([email protected])";
675
return;
676
}
677
document.getElementById("waitlist-email").disabled = true;
0 commit comments