We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc406c6 commit 953b09cCopy full SHA for 953b09c
_includes/head.html
@@ -72,7 +72,7 @@
72
<!-- JQuery https://releases.jquery.com/ -->
73
<script src="https://code.jquery.com/jquery-3.7.1.min.js" integrity="sha256-/JqT3SQfawRcv/BIHPThkBvs0OEvtFFmqPF/lYI/Cxo=" crossorigin="anonymous"></script>
74
<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>
+ <!-- <script>
76
$(function () {
77
var headerHight = 500;
78
$('a[href^="#"]').click(function () {
@@ -85,4 +85,5 @@
85
});
86
87
</script>
88
+-->
89
</head>
0 commit comments