We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79dd80f commit 7178417Copy full SHA for 7178417
share/jupyter/voila/templates/reveal/index.html.j2
@@ -5,11 +5,7 @@
5
6
{%- block html_head_js -%}
7
{%- block html_head_js_requirejs -%}
8
- <script
9
- src="{{resources.base_url}}voila/templates/reveal/static/require.min.js"
10
- integrity="sha256-Ae2Vz/4ePdIu6ZyI/5ZGsYnb+m0JlOmKPjt6XZ9JJkA="
11
- crossorigin="anonymous">
12
- </script>
+ {{ resources.include_js("static/require.min.js") }}
13
{%- endblock html_head_js_requirejs -%}
14
{%- block html_head_js_logs -%}
15
{{ log.js() }}
0 commit comments