Move all JS libs to cdn.jsdelivr.net

This commit is contained in:
Alex X
2026-01-17 13:47:21 +03:00
parent 425fcffbe1
commit 6d77b175d8
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -87,7 +87,7 @@
if (data.setup_code === undefined) return;
const script = document.createElement('script');
script.src = 'https://cdnjs.cloudflare.com/ajax/libs/qrcodejs/1.0.0/qrcode.min.js';
script.src = 'https://cdn.jsdelivr.net/npm/qrcodejs@1.0.0/qrcode.min.js';
script.async = true;
script.onload = () => {
/* global BigInt */