This commit is contained in:
giles 2024-09-28 01:36:27 +01:00
parent 506a095fc2
commit 82172bbb1f
1 changed files with 27 additions and 2 deletions

View File

@ -36,12 +36,37 @@
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 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="choice-order"></div>
<div
id="boot-rose-ash-shop"
hx-get="shop/choice/"
hx-trigger="every 1s"
hx-on::config-request=" event.detail.path+= '?show=' + new URLSearchParams(window.location.search).get('show'); //6a919002-94eb-467d-a226-5dd05b7f44a3 '"
hx-swap="outerHTML"
hx-on::config-request= "
event.detail.path+= '?show=' + new URLSearchParams(window.location.search).get('show');
if (new URLSearchParams(window.location.search).get('orderId')) {
event.detail.path += '&orderId=' + new URLSearchParams(window.location.search).get('orderId');
}"
hx-swap="none"
>
<div class="spinner-border" role="status">
<span class="sr-only">Loading...</span>