deployed
This commit is contained in:
parent
a9539e10ee
commit
b18849a2c2
|
@ -1,10 +1,15 @@
|
||||||
|
|
||||||
<div class="rose-ash">
|
<div class="rose-ash">
|
||||||
<div
|
<div
|
||||||
hx-get="shop"
|
hx-get="shop/?"
|
||||||
hx-trigger="load delay:1ms"
|
hx-trigger="load delay:1ms"
|
||||||
hx-headers='{ "rose-ash-shop": "true", "rose-ash-shop-layout": "component" }'
|
hx-headers='{ "rose-ash-shop": "true", "rose-ash-shop-layout": "component" }'
|
||||||
hx-on::config-request = "event.detail.path += window.location.search"
|
hx-on::config-request = "
|
||||||
|
//e vent.detail.path += window.location.search
|
||||||
|
const param = new URLSearchParams(window. location.search)
|
||||||
|
param.set('embed', 'true')
|
||||||
|
event.detail.path += param.toString()
|
||||||
|
"
|
||||||
hx-swap="outerHTML"
|
hx-swap="outerHTML"
|
||||||
>
|
>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue