Skip to content

Commit 953b09c

Browse files
committed
動作確認_08
1 parent fc406c6 commit 953b09c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

_includes/head.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
<!-- JQuery https://releases.jquery.com/ -->
7373
<script src="https://code.jquery.com/jquery-3.7.1.min.js" integrity="sha256-/JqT3SQfawRcv/BIHPThkBvs0OEvtFFmqPF/lYI/Cxo=" crossorigin="anonymous"></script>
7474
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-geWF76RCwLtnZ8qwWowPQNguL3RmwHVBC9FhGdlKrxdiJJigb/j/68SIy3Te4Bkz" crossorigin="anonymous"></script>
75-
<script>
75+
<!-- <script>
7676
$(function () {
7777
var headerHight = 500;
7878
$('a[href^="#"]').click(function () {
@@ -85,4 +85,5 @@
8585
});
8686
});
8787
</script>
88+
-->
8889
</head>

0 commit comments

Comments
 (0)