mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2025-02-21 22:11:48 +01:00
Update coinswitch.html
This commit is contained in:
parent
239ce28575
commit
fa8993191e
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue