Skip to content

Commit

Permalink
Static path fixed for htmx script tag (#39)
Browse files Browse the repository at this point in the history
  • Loading branch information
anneschuth authored Jun 12, 2024
2 parents 2f6cec4 + e046738 commit 8f99381
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tad/site/templates/default_layout.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<script type="text/javascript" src="/static/vendor/sortable/js/sortable.js"></script>
<script type="text/javascript" src="/static/vendor/htmx/js/hyperscript.min.js"></script>
<script type="text/javascript" src="/static/js/tad.js"></script>
<script src="{{ url_for('static', path='/vendor/htmx/js/1.9.12.min.js') }}"></script>
<script type="text/javascript" src="/static/vendor/htmx/js/1.9.12.min.js"></script>
<script src="https://unpkg.com/[email protected]/dist/ext/json-enc.js"></script>
<script src="https://unpkg.com/[email protected]/dist/ext/response-targets.js"></script>
<link rel="stylesheet" href="/static/css/html5reset.css"/>
Expand Down

0 comments on commit 8f99381

Please sign in to comment.