Skip to content
Snippets Groups Projects
Commit 3d5a3a15 authored by Laurent Heirendt's avatar Laurent Heirendt :airplane:
Browse files

Merge branch 'fix-generate' into 'develop'

remove js in generation script

See merge request R3/howto-cards!149
parents e20b816a 1e0395a1
No related branches found
No related tags found
No related merge requests found
......@@ -77,8 +77,6 @@ sections.sort()
# Index contains the generated content, init it with an empty container
index = ''
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'
localIndexArr = [[]] * len(sections)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment