Änderungen von Dokument FORMCYCLE Hilfe


Von Version 13.22
bearbeitet von gru
am 08.09.2025, 13:21
Änderungskommentar: Es gibt keinen Kommentar für diese Version
Auf Version 13.24
bearbeitet von gru
am 08.09.2025, 13:24
Änderungskommentar: Es gibt keinen Kommentar für diese Version

Zusammenfassung

Details

Seiteneigenschaften
Inhalt
... ... @@ -963,6 +963,7 @@
963 963   const d = new Date();
964 964   d.setTime(d.getTime() + (exdays * 24 * 60 * 60 * 1000));
965 965   let expires = "expires="+d.toUTCString();
966 + console.log("make cookie:",cname + "=" + cvalue + ";" + expires + ";path=/");
966 966   document.cookie = cname + "=" + cvalue + ";" + expires + ";path=/";
967 967  }
968 968  
... ... @@ -997,6 +997,8 @@
997 997   console.log("checkCookie",cookieValue);
998 998   if (0 && cookieValue != null) {
999 999   console.log("cookieValue",cookieValue);
1001 + } else if (0) {
1002 + window.location.href = "https://help8.formcycle.eu/support/home";
1000 1000   } else {
1001 1001   document.getElementById("overlayv8").style.display = "flex";
1002 1002   }