Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Miroslav Kratochvil
jekyll-theme-lcsb-default
Commits
703ab9b8
Verified
Commit
703ab9b8
authored
Jun 11, 2020
by
Laurent Heirendt
✈
Browse files
updated js script
parent
cc75a7db
Changes
1
Hide whitespace changes
Inline
Side-by-side
assets/js/gdpr.js
View file @
703ab9b8
...
...
@@ -15,6 +15,11 @@ function loadMatomo() {
_paq
.
push
([
'
trackPageView
'
]);
_paq
.
push
([
'
setIgnoreClasses
'
,
[
'
no-tracking
'
,
'
colorbox
'
]]);
_paq
.
push
([
'
enableLinkTracking
'
]);
// set the cookie domain an
if
(
!
(
settings
.
cookieDomain
==
"
*
"
))
{
_paq
.
push
([
"
setCookieDomain
"
,
settings
.
cookieDomain
]);
}
var
d
=
document
,
g
=
d
.
createElement
(
'
script
'
),
s
=
d
.
getElementsByTagName
(
'
script
'
)[
0
];
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment