2024-10-03 21:53:39 +00:00
|
|
|
|
2024-10-08 23:02:19 +00:00
|
|
|
<div class="rose-ash">
|
|
|
|
<div
|
2024-10-10 00:11:14 +00:00
|
|
|
hx-get="shop/?"
|
2024-10-08 23:02:19 +00:00
|
|
|
hx-trigger="load delay:1ms"
|
2024-10-13 14:11:03 +00:00
|
|
|
hx-headers='{ "rose-ash-shop": "true", "rose-ash-shop-layout-top": "post" }'
|
2024-10-10 00:11:14 +00:00
|
|
|
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()
|
|
|
|
"
|
2024-10-08 23:02:19 +00:00
|
|
|
hx-swap="outerHTML"
|
|
|
|
>
|
|
|
|
</div>
|
2024-10-04 17:07:21 +00:00
|
|
|
</div>
|
2024-10-03 13:10:54 +00:00
|
|
|
|