bug cookie consent port différent de 80
This commit is contained in:
parent
cec51c03aa
commit
bfc1896028
@ -214,7 +214,7 @@ core.start = function() {
|
|||||||
|
|
||||||
// Variables des cookies
|
// Variables des cookies
|
||||||
var getUrl = window.location;
|
var getUrl = window.location;
|
||||||
var domain = "domain=" + getUrl.host + ";";
|
var domain = "domain=" + getUrl.hostname + ";";
|
||||||
//var path = "path=" + getUrl.pathname.split('/')[1] + ";";
|
//var path = "path=" + getUrl.pathname.split('/')[1] + ";";
|
||||||
var e = new Date();
|
var e = new Date();
|
||||||
e.setFullYear(e.getFullYear() + 1);
|
e.setFullYear(e.getFullYear() + 1);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user