hbs
This commit is contained in:
parent
ee61190ad7
commit
3b79eb8cdb
|
@ -1,17 +1,23 @@
|
|||
<div>
|
||||
|
||||
<div hx-get="shop/totals/" hx-trigger="load delay:1ms, every 60s" hx-swap="outerHTML"></div>
|
||||
<div
|
||||
hx-get="shop/totals/"
|
||||
hx-trigger="load delay:1ms, every 1s"
|
||||
hx-swap="outerHTML"
|
||||
hx-on::config-request="
|
||||
event.detail.path += '?show=' + new URLSearchParams(window.location.search).get('show');
|
||||
"
|
||||
></div>
|
||||
<div id="total-all"></div>
|
||||
<div id="total-me"></div>
|
||||
|
||||
<div id="order-form-rose-ash-shop"></div>
|
||||
<div id="order-detail-rose-ash-shop"></div>
|
||||
|
||||
<div id="choice-all"></div>
|
||||
<div
|
||||
id="all-orders-rose-ash-shop-ws"
|
||||
></div>
|
||||
|
||||
|
||||
<div id="choice-me"></div>
|
||||
<div
|
||||
id="me-orders-rose-ash-shop-ws"
|
||||
></div>
|
||||
|
|
Loading…
Reference in New Issue