Skip to content

Commit

Permalink
Update jQuery version
Browse files Browse the repository at this point in the history
  • Loading branch information
rht committed Feb 6, 2024
1 parent fd761e3 commit 73e481f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<html>
<head>
<title>SICP graph</title>
<script src="http://code.jquery.com/jquery-1.11.1.min.js"></script>
<script src="http://code.jquery.com/jquery-1.12.4.min.js"></script>
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/d3/3.4.11/d3.min.js"></script>
<link type="text/css" rel="stylesheet" href="force.css"/>
</head>
Expand Down

0 comments on commit 73e481f

Please sign in to comment.