This commit is contained in:
giles 2024-10-07 12:14:19 +01:00
parent fe80a323d0
commit 7df4f67f3e
2 changed files with 3 additions and 6 deletions

View File

@ -1,5 +1,6 @@
<script src="shop/static/preserve-htmx.js"></script>
<script src="https://unpkg.com/htmx.org@2.0.3" integrity="sha384-0895/pl2MU10Hqc6jd4RvrthNlDiE9U1tWmX7WRESftEDRosgxNsQG/Ze9YMRzHq" crossorigin="anonymous"></script>
<script src="https://unpkg.com/htmx-ext-response-targets@2.0.0/response-targets.js"></script>
<script src="https://gateway.sumup.com/gateway/ecom/card/v2/sdk.js"></script>
<script
src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/js/bootstrap.bundle.min.js"
@ -15,10 +16,6 @@
crossorigin="anonymous"
>
<script
type="text/javascript"
src="https://gateway.sumup.com/gateway/ecom/card/v2/sdk.js"
></script>
<style>
.rose-ash {

View File

@ -4,7 +4,7 @@
class="rose-ash"
hx-get="shop"
hx-trigger="load"
hx-headers='{ "rose-ash-shop": "true", "rose-ash-embed": "true" }'
hx-headers='{ "rose-ash-shop": "true" }'
>
</div>