mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2024-11-20 02:28:31 +01:00
Update coinswitch.html
This commit is contained in:
parent
239ce28575
commit
fa8993191e
@ -6,7 +6,7 @@
|
||||
<script>
|
||||
var script = document.createElement('script'),
|
||||
head = document.head || document.getElementsByTagName('head')[0];
|
||||
script.src = window.location.protocol + '//files.coinswitch.co/public/js/cs_switch.js';
|
||||
script.src = 'https://files.coinswitch.co/public/js/cs_switch.js';
|
||||
head.insertBefore(script, head.firstChild);
|
||||
script.addEventListener('load', function () {
|
||||
var qs = (function (a) {
|
||||
|
Loading…
Reference in New Issue
Block a user