deployed
This commit is contained in:
parent
fe80a323d0
commit
7df4f67f3e
|
@ -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://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
|
<script
|
||||||
src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/js/bootstrap.bundle.min.js"
|
src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/js/bootstrap.bundle.min.js"
|
||||||
|
@ -15,10 +16,6 @@
|
||||||
crossorigin="anonymous"
|
crossorigin="anonymous"
|
||||||
>
|
>
|
||||||
|
|
||||||
<script
|
|
||||||
type="text/javascript"
|
|
||||||
src="https://gateway.sumup.com/gateway/ecom/card/v2/sdk.js"
|
|
||||||
></script>
|
|
||||||
|
|
||||||
<style>
|
<style>
|
||||||
.rose-ash {
|
.rose-ash {
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
class="rose-ash"
|
class="rose-ash"
|
||||||
hx-get="shop"
|
hx-get="shop"
|
||||||
hx-trigger="load"
|
hx-trigger="load"
|
||||||
hx-headers='{ "rose-ash-shop": "true", "rose-ash-embed": "true" }'
|
hx-headers='{ "rose-ash-shop": "true" }'
|
||||||
>
|
>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue