mirror of
https://github.com/n8n-io/n8n-docs.git
synced 2026-03-27 09:28:43 +07:00
wip
This commit is contained in:
@@ -14,7 +14,7 @@ if (docsConsent && docsConsent.analytics === true) {
|
||||
let getn8nCookie = getCookie("n8n-consent");
|
||||
console.log(getn8nCookie);
|
||||
if(getn8nCookie) {
|
||||
var parsedn8nCookie = JSON.parse(n8nCookieConsent);
|
||||
var parsedn8nCookie = JSON.parse(getn8nCookie);
|
||||
}
|
||||
|
||||
console.log("one");
|
||||
|
||||
Reference in New Issue
Block a user