hbs
This commit is contained in:
parent
e21995330a
commit
c2f1ca6997
|
@ -19,7 +19,7 @@
|
||||||
<div
|
<div
|
||||||
id="boot-rose-ash-shop"
|
id="boot-rose-ash-shop"
|
||||||
hx-get="shop/choice/"
|
hx-get="shop/choice/"
|
||||||
hx-trigger="every 1s"
|
hx-trigger="load, every 1s"
|
||||||
hx-on::config-request= "
|
hx-on::config-request= "
|
||||||
event.detail.path+= '?show=' + new URLSearchParams(window.location.search).get('show');
|
event.detail.path+= '?show=' + new URLSearchParams(window.location.search).get('show');
|
||||||
if (new URLSearchParams(window.location.search).get('orderId')) {
|
if (new URLSearchParams(window.location.search).get('orderId')) {
|
||||||
|
|
Loading…
Reference in New Issue