mirror of
https://github.com/Crocmagnon/checkout.git
synced 2024-11-22 08:08:04 +01:00
Update htmx
This commit is contained in:
parent
d29cfcf903
commit
9e10de4199
3 changed files with 2 additions and 2 deletions
File diff suppressed because one or more lines are too long
1
src/common/static/vendor/htmx-1.8.6/htmx.min.js
vendored
Normal file
1
src/common/static/vendor/htmx-1.8.6/htmx.min.js
vendored
Normal file
File diff suppressed because one or more lines are too long
|
@ -41,6 +41,6 @@
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
||||||
{% block extrascript %}
|
{% block extrascript %}
|
||||||
<script src="{% static 'vendor/htmx-1.8.0/htmx.min.js' %}" defer></script>
|
<script src="{% static 'vendor/htmx-1.8.6/htmx.min.js' %}" defer></script>
|
||||||
{% django_htmx_script %}
|
{% django_htmx_script %}
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
Loading…
Reference in a new issue