Skip to content

Commit

Permalink
Merge pull request #24 from amauryvallier/patch-1
Browse files Browse the repository at this point in the history
Trying to fix JS syntax errors on cookiePath option
  • Loading branch information
andrerom authored Jun 25, 2018
2 parents cf326a7 + e20dfbe commit fb55af3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Resources/views/privacycookie.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
var privacyCookieBanner = new eZ.PrivacyCookieBanner({
cookieName: '{{ cookieName }}',
days: {{ cookieValidity }},
path: {{ cookiePath }}
path: '{{ cookiePath }}'
});
setTimeout(function () {
privacyCookieBanner.show()
Expand Down

0 comments on commit fb55af3

Please sign in to comment.