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:
@@ -17,7 +17,7 @@ console.log(n8nCookieConsent);
|
||||
console.log("two");
|
||||
console.log(n8nCookieConsent.consent);
|
||||
|
||||
if(n8nCookieConsent && n8nCookieConsent === true) {
|
||||
if(n8nCookieConsent && n8nCookieConsent.consent === true) {
|
||||
console.log("in if");
|
||||
__md_set("__consent", {"analytics": true})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user