From d2ecd203951563c5d75025281930ef9f2ae9e233 Mon Sep 17 00:00:00 2001 From: giles Date: Tue, 24 Sep 2024 11:00:34 +0100 Subject: [PATCH] hbs --- partials/shop-top.hbs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); } "