We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8677bc commit ea31ac5Copy full SHA for ea31ac5
_includes/layout/base/html-head.html
@@ -20,7 +20,7 @@
20
<script src="/js/jquery/jquery-1.11.2.min.js"></script>
21
<script src="/js/jquery/jquery-ui.min.js"></script>
22
<script src="/js/jquery/jquery.qrcode.min.js"></script>
23
-{% if page.id == "buy" %}
+{% if page.id == "buy" or page.id == "sell" %}
24
<script src="https://static.moonpay.com/web-sdk/v1/moonpay-web-sdk.min.js"></script>
25
{% endif %}
26
<link rel="shortcut icon" href="/favicon.png?{{site.time | date: '%s'}}">
0 commit comments