hbs
This commit is contained in:
parent
82172bbb1f
commit
eacc8a8911
|
@ -1,50 +1,13 @@
|
|||
<div>
|
||||
<div
|
||||
hx-get="shop/totals/"
|
||||
hx-trigger="every 1s"
|
||||
hx-on::config-request="
|
||||
event.detail.path = !(
|
||||
new URLSearchParams(window.location.search
|
||||
).get('order'))
|
||||
? 'shop/totals/'
|
||||
: 'shop/totals/?orderId=' + new URLSearchParams(window.location.search).get('order');
|
||||
"
|
||||
hx-swap="outerHTML"
|
||||
></div>
|
||||
<div
|
||||
id="order-form-rose-ash-shop"
|
||||
></div>
|
||||
|
||||
<div
|
||||
id="order-detail-rose-ash-shop"
|
||||
>
|
||||
</div>
|
||||
|
||||
<div
|
||||
id="choice-all"
|
||||
></div>
|
||||
|
||||
<div
|
||||
id="choice-me"
|
||||
></div>
|
||||
|
||||
<div
|
||||
id="choice-buy"
|
||||
></div>
|
||||
|
||||
<div
|
||||
id="choice-configure"
|
||||
></div>
|
||||
|
||||
|
||||
<div id="configure-rose-ash-shop"></div>
|
||||
|
||||
<div hx-get="totals/" hx-trigger="load delay:1ms" 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-detail-rose-ash-shop"
|
||||
></div>
|
||||
<div id="order-detail-rose-ash-shop"></div>
|
||||
|
||||
<div id="choice-all"></div>
|
||||
|
||||
|
|
Loading…
Reference in New Issue