diff --git a/partials/shop-top.hbs b/partials/shop-top.hbs index 2820230..0070bfa 100644 --- a/partials/shop-top.hbs +++ b/partials/shop-top.hbs @@ -26,7 +26,7 @@ hx-on::confirm=" console.log(window.location.search) console.log('checking...') - if (new URLSearchParams(window.location.search).get('show') !== 'buy') { + if (false && new URLSearchParams(window.location.search).get('show') !== 'buy') { event.preventDefault(); } "