Skip to content

Commit

Permalink
Merge pull request #35 from eliduvid/patch-1
Browse files Browse the repository at this point in the history
Eliminate "mixed content" chrome error and lib not loading
  • Loading branch information
red42 authored Mar 3, 2020
2 parents 32b2563 + 9659351 commit f3e9ce5
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 @@ -287,7 +287,7 @@ <h3>GitHub</h3>

<script src="lib/seedrandom.js"></script>
<script src="lib/box2d.js"></script>
<script src="http://d3js.org/d3.v3.min.js"></script>
<script src="https://d3js.org/d3.v3.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/vis/4.20.0/vis.min.js" ></script>
<script src="bundle.js"></script>

Expand Down

0 comments on commit f3e9ce5

Please sign in to comment.