Skip to content

Commit

Permalink
Upgrade HTMX example to HTMX 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pamella committed Jul 1, 2024
1 parent 2e61c29 commit 7842782
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions example/demo/templates/demo/htmx_index.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,8 @@
/>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/5.3.3/js/bootstrap.min.js"></script>
<!-- HTMX -->
<script src="https://unpkg.com/[email protected]/dist/htmx.min.js"></script>
<script src="https://unpkg.com/htmx.org/dist/ext/json-enc.js"></script>
<script src="https://unpkg.com/[email protected]/dist/ext/loading-states.js"></script>
<script src="https://unpkg.com/[email protected]/dist/htmx.min.js"></script>
<script src="https://unpkg.com/[email protected]/loading-states.js"></script>
</head>

<body
Expand Down

0 comments on commit 7842782

Please sign in to comment.