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="https://unpkg.com/htmx.org@1.9.12/dist/ext/response-targets.js"></script>
|
||||
<script src="https://unpkg.com/htmx.org@1.9.12/dist/ext/ws.js"></script>
|
||||
<script src="static/preserve-htmx.js"></script>
|
||||
<script src="static/ws.js"></script>
|
||||
<script
|
||||
src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/js/bootstrap.bundle.min.js"
|
||||
integrity="sha384-YvpcrYf0tY3lHB60NNkmXc5s9fDVZLESaAA55NDzOxhy9GkcIdslK1eN7N6jIeHz"
|
||||
|
|
|
@ -1,8 +1,4 @@
|
|||
<div>
|
||||
|
||||
|
||||
|
||||
<div id="configure-rose-ash-shop"></div>
|
||||
|
||||
<div hx-get="shop/totals/" hx-trigger="every 1s" hx-swap="outerHTML"></div>
|
||||
|
||||
|
|
Loading…
Reference in New Issue