Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Vilem Ded
courses
Commits
b610d9e6
Verified
Commit
b610d9e6
authored
Jul 09, 2020
by
Laurent Heirendt
✈
Browse files
remove redundant code
parent
161ac679
Changes
1
Hide whitespace changes
Inline
Side-by-side
.ci/analytics/head.html
View file @
b610d9e6
...
...
@@ -11,22 +11,7 @@
timeout_hidebanner
:
"
500
"
,
};
</script>
<script
type=
'text/javascript'
>
var
_paq
=
window
.
_paq
||
[];
/* tracker methods like 'setCustomDimension' should be called before 'trackPageView' */
_paq
.
push
([
'
trackPageView
'
]);
_paq
.
push
([
'
enableLinkTracking
'
]);
(
function
()
{
var
u
=
'
https://analytics.lcsb.uni.lu/hub/
'
;
_paq
.
push
([
'
setTrackerUrl
'
,
u
+
'
matomo.php
'
]);
_paq
.
push
([
'
setSiteId
'
,
'
${matomoID}
'
]);
var
d
=
document
,
g
=
d
.
createElement
(
'
script
'
),
s
=
d
.
getElementsByTagName
(
'
script
'
)[
0
];
g
.
type
=
'
text/javascript
'
;
g
.
async
=
true
;
g
.
defer
=
true
;
g
.
src
=
u
+
'
matomo.js
'
;
s
.
parentNode
.
insertBefore
(
g
,
s
);
})();
</script>
<script
src=
"https://analytics.lcsb.uni.lu/lap/static/js/jquery.min.js"
></script>
<script
src=
"https://analytics.lcsb.uni.lu/lap/static/js/lap.js"
></script>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"https://analytics.lcsb.uni.lu/lap/static/css/lap.css"
/>
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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