This commit is contained in:
giles 2024-09-24 11:00:34 +01:00
parent 9ac17c5cb1
commit d2ecd20395
1 changed files with 1 additions and 1 deletions

View File

@ -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();
}
"