Skip to content

Commit ea31ac5

Browse files
Update html-head.html
1 parent e8677bc commit ea31ac5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_includes/layout/base/html-head.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<script src="/js/jquery/jquery-1.11.2.min.js"></script>
2121
<script src="/js/jquery/jquery-ui.min.js"></script>
2222
<script src="/js/jquery/jquery.qrcode.min.js"></script>
23-
{% if page.id == "buy" %}
23+
{% if page.id == "buy" or page.id == "sell" %}
2424
<script src="https://static.moonpay.com/web-sdk/v1/moonpay-web-sdk.min.js"></script>
2525
{% endif %}
2626
<link rel="shortcut icon" href="/favicon.png?{{site.time | date: '%s'}}">

0 commit comments

Comments
 (0)