hbs
This commit is contained in:
parent
4a15dca1df
commit
24a913ee94
|
@ -42,7 +42,7 @@
|
|||
id="order-detail-rose-ash-shop"
|
||||
hx-get="shop/order"
|
||||
hx-trigger="load delay:1ms"
|
||||
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::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="innerHTML"
|
||||
>
|
||||
|
|
Loading…
Reference in New Issue