Änderungen von Dokument FORMCYCLE Hilfe


Von Version 13.27
bearbeitet von gru
am 08.09.2025, 13:29
Änderungskommentar: Es gibt keinen Kommentar für diese Version
Auf Version 13.25
bearbeitet von gru
am 08.09.2025, 13:26
Änderungskommentar: Es gibt keinen Kommentar für diese Version

Zusammenfassung

Details

Seiteneigenschaften
Inhalt
... ... @@ -987,11 +987,7 @@
987 987   console.log("cookie got",dialogv8);
988 988   if (dialogv8 != "") {
989 989   console.log("Cookie found " + dialogv8);
990 - if (dialogv8 == "true") {
991 - return true;
992 - } else {
993 - return false;
994 - }
990 + return false;
995 995   }
996 996   return null;
997 997  }
... ... @@ -1002,7 +1002,7 @@
1002 1002   console.log("checkCookie",cookieValue);
1003 1003   if (cookieValue == null) {
1004 1004   document.getElementById("overlayv8").style.display = "flex";
1005 - } else if (cookieValue == true) {
1001 + } else if (cookieValue == "true") {
1006 1006   window.location.href = "https://help8.formcycle.eu/support/home";
1007 1007   }
1008 1008   };