switch to local bootstrap.bundle.min.js

This commit is contained in:
perennial
2024-10-04 21:15:35 +10:00
parent 1a7c693c68
commit e7756ad6f5
2 changed files with 8 additions and 2 deletions
File diff suppressed because one or more lines are too long
+1 -2
View File
@@ -13,7 +13,6 @@
<title>{{ title }}</title>
<link href="/img/favicon.png" rel="icon" />
<!-- <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" crossorigin="anonymous"> -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css">
@@ -170,7 +169,7 @@
<span id="artworkPreview">{{CookieList["pixivfe-ArtworkPreview"]}}</span>
</div>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-YvpcrYf0tY3lHB60NNkmXc5s9fDVZLESaAA55NDzOxhy9GkcIdslK1eN7N6jIeHz" crossorigin="anonymous"></script>
<script src="/js/bootstrap.bundle.min.js" integrity="sha384-YvpcrYf0tY3lHB60NNkmXc5s9fDVZLESaAA55NDzOxhy9GkcIdslK1eN7N6jIeHz"></script>
</body>
</html>