We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93e2fce commit 78e4812Copy full SHA for 78e4812
component/index.footer.php
@@ -1,7 +1,7 @@
1
<?php if (!defined('__TYPECHO_ROOT_DIR__')) exit; ?>
2
<script src="https://cdn.staticfile.org/bootstrap/5.1.3/js/bootstrap.bundle.min.js"></script>
3
<script src="https://cdn.staticfile.org/highlight.js/11.5.1/highlight.min.js"></script>
4
-<script src="https://cdn.staticfile.org/jquery/3.6.0/jquery.slim.js"></script>
+<script src="https://cdn.staticfile.org/jquery/3.6.0/jquery.min.js"></script>
5
<script src="https://cdn.staticfile.org/fancybox/3.5.7/jquery.fancybox.min.js"></script>
6
<script src="https://cdn.staticfile.org/nprogress/0.2.0/nprogress.min.js"></script>
7
<script src="https://cdn.staticfile.org/toastify-js/1.11.2/toastify.min.js"></script>
0 commit comments