Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
R3
howto-cards
Commits
861e6b20
Verified
Commit
861e6b20
authored
Jun 15, 2020
by
Laurent Heirendt
✈
Browse files
use common jquery from lap
parent
d0023c40
Changes
2
Hide whitespace changes
Inline
Side-by-side
.ci/generateIndex.py
View file @
861e6b20
...
...
@@ -77,7 +77,7 @@ sections.sort()
# Index contains the generated content, init it with an empty container
index
=
''
index
+=
'<script type="text/javascript" src="
{{ "assets
/js/jquery
3.5.1
.min.js"
| relative_url }}"
></script>
\n
'
index
+=
'<script type="text/javascript" src="
https://analytics.lcsb.uni.lu/lap/static
/js/jquery.min.js"></script>
\n
'
index
+=
'<script type="text/javascript" src="{{ "assets/js/router.js" | relative_url }}"></script>
\n\n
'
index
+=
'
\n
<div class="index-box-container">
\n
'
...
...
index.md
View file @
861e6b20
...
...
@@ -4,7 +4,7 @@ title: Home
order
:
1
---
<script
type=
"text/javascript"
src=
"
{{ "
assets
/
js
/
jquery
3.5.1
.min.js
"
|
relative_url
}}"
></script>
<script
type=
"text/javascript"
src=
"
https://analytics.lcsb.uni.lu/lap/static
/js/jquery.min.js"
></script>
<script
type=
"text/javascript"
src=
"{{ "
assets
/
js
/
router.js
"
|
relative_url
}}"
></script>
...
...
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