Skip to content

Commit

Permalink
Idiomorph tag
Browse files Browse the repository at this point in the history
  • Loading branch information
CharlesTaylor7 committed May 18, 2024
1 parent f2398cf commit 2a2ff5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
Working around an idiomorph bug: https://github.com/bigskysoftware/idiomorph/pull/32
<script src="https://unpkg.com/idiomorph/dist/idiomorph-ext.js"></script>
-->
<script src="/public/vendor/idiomorph.js"></script>
<script src={{"vendor/idiomorph.js"|asset}}></script>
<script>
document.addEventListener('htmx:beforeOnLoad', function (evt) {
if (evt.detail.xhr.status === 400) {
Expand Down

0 comments on commit 2a2ff5f

Please sign in to comment.