Skip to content

Commit

Permalink
don't use numericjs.com as a cdn
Browse files Browse the repository at this point in the history
  • Loading branch information
benfred committed Nov 28, 2018
1 parent 072ed67 commit 5ff0ef3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/normalization_test.html
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ <h4 class="modal-title" id="radiusModalLabel">Change Circle Radius</h4>

</body>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script>
<script src="https://www.numericjs.com/lib/numeric-1.2.6.min.js"></script>
<script src="https://www.benfrederickson.com/images/numeric-1.2.6.min.js"></script>
<script src="https://www.benfrederickson.com/images/mds.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.4/js/bootstrap.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/d3/4.2.1/d3.min.js"></script>
Expand Down

0 comments on commit 5ff0ef3

Please sign in to comment.