Skip to content

Commit

Permalink
Progress
Browse files Browse the repository at this point in the history
  • Loading branch information
paultuckey committed Jun 17, 2024
1 parent fd500ee commit 1175224
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion templates/index.html.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@

</div>

<script src="https://unpkg.com/htmx.org@1.9.12"></script>
<script src="https://unpkg.com/htmx.org@2.0.0/dist/htmx.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/js/bootstrap.bundle.min.js"
integrity="sha384-YvpcrYf0tY3lHB60NNkmXc5s9fDVZLESaAA55NDzOxhy9GkcIdslK1eN7N6jIeHz"
crossorigin="anonymous"></script>
Expand Down
2 changes: 1 addition & 1 deletion templates/todo-edit.html.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
placeholder="Edit TODO">
<button hx-get="/todo-read/{{ todo.id }}"
hx-target="#todo-card{{ todo.id }}"
hx-swap="outerHTML" title="Cancel"
hx-swap="outerHTML" title="Cancel" type="button"
class="btn btn-light"><i class="bi bi-x"></i></button>
</div>
</form>
Expand Down

0 comments on commit 1175224

Please sign in to comment.