hbs
This commit is contained in:
parent
9ac17c5cb1
commit
d2ecd20395
|
@ -26,7 +26,7 @@
|
||||||
hx-on::confirm="
|
hx-on::confirm="
|
||||||
console.log(window.location.search)
|
console.log(window.location.search)
|
||||||
console.log('checking...')
|
console.log('checking...')
|
||||||
if (new URLSearchParams(window.location.search).get('show') !== 'buy') {
|
if (false && new URLSearchParams(window.location.search).get('show') !== 'buy') {
|
||||||
event.preventDefault();
|
event.preventDefault();
|
||||||
}
|
}
|
||||||
"
|
"
|
||||||
|
|
Loading…
Reference in New Issue