hbs
This commit is contained in:
parent
eacc8a8911
commit
4d72fafce1
|
@ -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"
|
||||||
|
|
|
@ -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>
|
||||||
|
|
Loading…
Reference in New Issue