mirror of
https://github.com/infinum/cookies_eu
synced 2023-03-27 23:21:16 -04:00
cookies now have expiration of one year
This commit is contained in:
parent
64a9dd87b9
commit
91ac7241ba
2 changed files with 2 additions and 2 deletions
|
@ -4,7 +4,7 @@
|
|||
$(document).ready( function(){
|
||||
$('.cookies-eu-ok').click(function(e){
|
||||
e.preventDefault();
|
||||
$.cookie('cookie_eu_consented', 'true', { path: '/'});
|
||||
$.cookie('cookie_eu_consented', 'true', { path: '/', expires: 365 });
|
||||
$('.cookies-eu').remove();
|
||||
});
|
||||
});
|
|
@ -1,3 +1,3 @@
|
|||
module CookiesEu
|
||||
VERSION = "1.0.8"
|
||||
VERSION = "1.0.9"
|
||||
end
|
||||
|
|
Loading…
Add table
Reference in a new issue