forked from Github-Mirrors/canaille
Added htmx dependency
This commit is contained in:
parent
46a346a0d0
commit
2d0c58c3e3
2 changed files with 2 additions and 0 deletions
1
canaille/static/htmx/htmx.min.js
vendored
Normal file
1
canaille/static/htmx/htmx.min.js
vendored
Normal file
File diff suppressed because one or more lines are too long
|
@ -105,6 +105,7 @@
|
|||
<footer>
|
||||
<a href="{{ url_for('account.about') }}">{{ _("About Canaille") }}</a>
|
||||
</footer>
|
||||
<script src="/static/htmx/htmx.min.js"></script>
|
||||
<script src="/static/jquery/jquery.min.js"></script>
|
||||
<script src="/static/fomanticui/semantic.min.js"></script>
|
||||
<script src="/static/js/base.js"></script>
|
||||
|
|
Loading…
Reference in a new issue