Änderungen von Dokument FORMCYCLE Hilfe
Zusammenfassung
-
Seiteneigenschaften (1 geändert, 0 hinzugefügt, 0 gelöscht)
Details
- Seiteneigenschaften
-
- Inhalt
-
... ... @@ -998,7 +998,7 @@ 998 998 console.log("checkCookie",cookieValue); 999 999 if (cookieValue == null) { 1000 1000 document.getElementById("overlayv8").style.display = "flex"; 1001 - } else if (cookieValue == "true") {1001 + } else if (cookieValue == true) { 1002 1002 window.location.href = "https://help8.formcycle.eu/support/home"; 1003 1003 } 1004 1004 };