mirror of
https://codeberg.org/angestoepselt/homepage.git
synced 2026-08-05 11:28:02 +00:00
sites/angestoepselt/kontakt/fertig.md aktualisiert
fix typo
This commit is contained in:
parent
e643f6c42c
commit
400282ec28
1 changed files with 1 additions and 1 deletions
|
|
@ -42,6 +42,6 @@ Falls du _keine E-Mail_ bekommst, prüfe bitte deinen Spam-Ordner.
|
||||||
const payload = new URLSearchParams(location.hash.replace(/^#/, ""));
|
const payload = new URLSearchParams(location.hash.replace(/^#/, ""));
|
||||||
const email = payload.get("email");
|
const email = payload.get("email");
|
||||||
if (email)
|
if (email)
|
||||||
document.getElementById("email-hint").innerText = `Kontrolliere auch, ob du die richtige E-Mail-Addrresse angegeben hast: ${email}.`;
|
document.getElementById("email-hint").innerText = `Kontrolliere auch, ob du die richtige E-Mail-Adresse angegeben hast: ${email}.`;
|
||||||
})();
|
})();
|
||||||
</script>
|
</script>
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue