Skip to content
Snippets Groups Projects
Commit d5bb1ee3 authored by ynerant's avatar ynerant
Browse files

Don't use local static JS file

parent 5977d88e
No related branches found
No related tags found
1 merge request!15Turbolinks
......@@ -150,7 +150,7 @@ SPDX-License-Identifier: GPL-3.0-or-later
integrity="sha384-wfSDF2E50Y2D1uUdj0O3uMBJnjuUD4Ih7YwaYd1iqfktj0Uod8GCExl3Og8ifwB6"
crossorigin="anonymous"></script>
<script
src="/static/turbolinks/turbolinks.js"
src="https://cdnjs.cloudflare.com/ajax/libs/turbolinks/5.2.0/turbolinks.js"
crossorigin="anonymous"></script>
{% block extrajavascript %}
{% endblock extrajavascript %}
......
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