Skip to content

Commit

Permalink
fix jquery
Browse files Browse the repository at this point in the history
  • Loading branch information
rohandebsarkar committed Jul 11, 2022
1 parent 237d832 commit 076964d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _includes/scripts/jquery.html
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
<!-- jQuery -->
<script defer src="https://cdn.jsdelivr.net/npm/jquery@{{ site.jquery.version }}/dist/jquery.min.js" integrity="{{ site.jquery.integrity }}" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/jquery@{{ site.jquery.version }}/dist/jquery.min.js" integrity="{{ site.jquery.integrity }}" crossorigin="anonymous"></script>

0 comments on commit 076964d

Please sign in to comment.