Skip to content

Commit

Permalink
change jquery and d3 urls from http to https
Browse files Browse the repository at this point in the history
  • Loading branch information
bricaud authored Dec 31, 2020
1 parent babed10 commit 5537b98
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions graphexp.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@
<!--<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css">
<link rel="stylesheet" href="font-awesome-4.7.0/css/font-awesome.min.css">-->

<script src="http://code.jquery.com/jquery-3.2.1.min.js"></script>
<script src="https://code.jquery.com/jquery-3.2.1.min.js"></script>
<!--<script src="jquery-3.2.1.min.js"></script>-->

<script src="scripts/utils.js"></script>
<script src="http://d3js.org/d3.v4.min.js"></script>
<script src="https://d3js.org/d3.v4.min.js"></script>
<!--<script src="d3/d3.min.js"></script>-->
<script src="scripts/graphConf.js"></script>
<script src="scripts/graphShapes.js"></script>
Expand Down

0 comments on commit 5537b98

Please sign in to comment.