move to self-hosted jquery

This commit is contained in:
2023-07-26 20:03:24 +02:00
parent 51e73f7156
commit e2f82dd22d
17 changed files with 18 additions and 18 deletions

View File

@@ -10,7 +10,7 @@
<link rel="stylesheet" href="/css/pages/home.css">
<meta name="keywords" content="qr code scanner, barcode scanner, detailed qr scanner, scanning history">
<meta name="description" content="Scanning QR-Codes can be quite scary, if you don't know what link or data is inside of it. This is why QR & Barcode insight shows you the entire content of the QR-Code unfiltered">
<script defer src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.1/jquery.min.js"></script>
<script defer src="https://static.janishutz.com/libs/jquery/jquery.min.js"></script>
<script defer src="/js/loader.js"></script>
</head>