This commit is contained in:
giles 2024-09-29 10:00:36 +01:00
parent eacc8a8911
commit 4d72fafce1
2 changed files with 2 additions and 7 deletions

View File

@ -1,6 +1,5 @@
<script src="https://unpkg.com/htmx.org@2.0.2"></script> <script src="static/preserve-htmx.js"></script>
<script src="https://unpkg.com/htmx.org@1.9.12/dist/ext/response-targets.js"></script> <script src="static/ws.js"></script>
<script src="https://unpkg.com/htmx.org@1.9.12/dist/ext/ws.js"></script>
<script <script
src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/js/bootstrap.bundle.min.js" src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/js/bootstrap.bundle.min.js"
integrity="sha384-YvpcrYf0tY3lHB60NNkmXc5s9fDVZLESaAA55NDzOxhy9GkcIdslK1eN7N6jIeHz" integrity="sha384-YvpcrYf0tY3lHB60NNkmXc5s9fDVZLESaAA55NDzOxhy9GkcIdslK1eN7N6jIeHz"

View File

@ -1,9 +1,5 @@
<div> <div>
<div id="configure-rose-ash-shop"></div>
<div hx-get="shop/totals/" hx-trigger="every 1s" hx-swap="outerHTML"></div> <div hx-get="shop/totals/" hx-trigger="every 1s" hx-swap="outerHTML"></div>
<div id="order-form-rose-ash-shop"></div> <div id="order-form-rose-ash-shop"></div>