Skip to content

Commit

Permalink
Update Jquery loader to https
Browse files Browse the repository at this point in the history
  • Loading branch information
tilden committed Apr 20, 2024
1 parent 4313687 commit e51d642
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _includes/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
</ul>
</footer>

<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js" ></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js" ></script>
<script src="js/oldLinkRedirector.js" ></script>

<script>
Expand Down

0 comments on commit e51d642

Please sign in to comment.