Skip to content

Commit

Permalink
Static path fixed for htmx script tag
Browse files Browse the repository at this point in the history
  • Loading branch information
uittenbroekrobbert committed Jun 12, 2024
1 parent 2f6cec4 commit e046738
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 e046738

Please sign in to comment.