From 2e9402f1c8e3ae81b413109de42ad94857a0b2a9 Mon Sep 17 00:00:00 2001 From: fredtempez Date: Mon, 22 Nov 2021 13:50:43 +0100 Subject: [PATCH] alignements --- core/core.js.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/core.js.php b/core/core.js.php index 497669b1..a93327a0 100644 --- a/core/core.js.php +++ b/core/core.js.php @@ -224,9 +224,9 @@ core.start = function() { */ $("#cookieForm").submit(function(event){ var samesite = "samesite=lax"; - var getUrl = window.location; + var getUrl = window.location; var domain = "domain=" + getUrl.host; - var path = "path=" + getUrl.pathname.split('/')[1]; + var path = "path=" + getUrl.pathname.split('/')[1]; var samesite = "samesite=lax"; var e = new Date(); e.setFullYear(e.getFullYear() + 1);