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

View File

@ -17,11 +17,6 @@
<div
id="order-detail-rose-ash-shop"
hx-get="shop/order"
hx-trigger="every 1s"
hx-on::config-request="event.detail.path = new URLSearchParams(window.location.search).get('orderId') ? 'shop/order/' + new URLSearchParams(window.location.search).get('orderId')+ '/' : null; "
hx-on::confirm=" if (!new URLSearchParams(window.location.search).get('orderId')) { event.preventDefault(); }"
hx-swap="outerHTML"
>
</div>
@ -42,7 +37,7 @@
></div>
<div
id="order-detail-rose-ash-shop"
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 '"