Skip to content

Commit a78e2ad

Browse files
committed
Use newer version of JQuery
1 parent 3a4a183 commit a78e2ad

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,6 @@ <h5 class="icon-title">{{ page.title }}</h5>
5959

6060
{% include analytics.html %}
6161
</body>
62-
<script src="//ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script>
62+
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.7.1/jquery.min.js"></script>
6363
<script src="site.js"></script>
6464
</html>

0 commit comments

Comments
 (0)