diff --git a/frontend/mopad.js b/frontend/mopad.js index fe769fa..266a9e8 100644 --- a/frontend/mopad.js +++ b/frontend/mopad.js @@ -334,7 +334,7 @@ class Login { const imprintElement = footerElement.appendChild( document.createElement("a") ); - imprintElement.href = "https://rohow.de/2023/de/imprint.html"; + imprintElement.href = "https://rohow.de/2024/de/imprint.html"; imprintElement.target = "_blank"; imprintElement.rel = "noreferrer"; imprintElement.innerText = "Imprint/Impressum"; @@ -344,7 +344,7 @@ class Login { const privacyPolicyElement = footerElement.appendChild( document.createElement("a") ); - privacyPolicyElement.href = "https://rohow.de/2023/de/privacy_policy.html"; + privacyPolicyElement.href = "https://rohow.de/2024/de/privacy_policy.html"; privacyPolicyElement.target = "_blank"; privacyPolicyElement.rel = "noreferrer"; privacyPolicyElement.innerText = "Privacy Policy/Datenschutzerklärung"; @@ -532,7 +532,7 @@ class Register { const imprintElement = footerElement.appendChild( document.createElement("a") ); - imprintElement.href = "https://rohow.de/2020/de/imprint.html"; + imprintElement.href = "https://rohow.de/2024/de/imprint.html"; imprintElement.target = "_blank"; imprintElement.rel = "noreferrer"; imprintElement.innerText = "Imprint/Impressum"; @@ -542,7 +542,7 @@ class Register { const privacyPolicyElement = footerElement.appendChild( document.createElement("a") ); - privacyPolicyElement.href = "https://rohow.de/2020/de/privacy_policy.html"; + privacyPolicyElement.href = "https://rohow.de/2024/de/privacy_policy.html"; privacyPolicyElement.target = "_blank"; privacyPolicyElement.rel = "noreferrer"; privacyPolicyElement.innerText = "Privacy Policy/Datenschutzerklärung"; @@ -812,7 +812,7 @@ class Talks { const imprintElement = this.footerElement.appendChild( document.createElement("a") ); - imprintElement.href = "https://rohow.de/2020/de/imprint.html"; + imprintElement.href = "https://rohow.de/2024/de/imprint.html"; imprintElement.target = "_blank"; imprintElement.rel = "noreferrer"; imprintElement.innerText = "Imprint/Impressum"; @@ -822,7 +822,7 @@ class Talks { const privacyPolicyElement = this.footerElement.appendChild( document.createElement("a") ); - privacyPolicyElement.href = "https://rohow.de/2020/de/privacy_policy.html"; + privacyPolicyElement.href = "https://rohow.de/2024/de/privacy_policy.html"; privacyPolicyElement.target = "_blank"; privacyPolicyElement.rel = "noreferrer"; privacyPolicyElement.innerText = "Privacy Policy/Datenschutzerklärung";