Skip to content
Snippets Groups Projects
Commit cf47d355 authored by alexandre.caldato's avatar alexandre.caldato
Browse files

fixed urls

parent 72b6384f
No related branches found
No related tags found
No related merge requests found
......@@ -162,11 +162,9 @@
;
</script>
#}
<script type="module" src="{{ " dsfr.module.min.js
"|url }}"></script>
<script type="module" src="{{ 'dsfr.module.min.js'|url }}"></script>
{#
<script type="text/javascript" nomodule src="{{ " dsfr.nomodule.min.js
"|url }}"></script>
<script type="text/javascript" nomodule src="{{ 'dsfr.nomodule.min.js'|url }}"></script>
<script src="https://code.jquery.com/jquery-3.6.3.min.js"
integrity="sha256-pvPw+upLPUjgMXY0G+8O0xUf+/Im1MZjXxxgOcBQBXU=" crossorigin="anonymous"></script>
<script src="{{ 'js/base.js'|url }}" defer></script>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment