Skip to content

Commit

Permalink
Use HTTPS for D3 loads (back-port)
Browse files Browse the repository at this point in the history
  • Loading branch information
portante committed Apr 29, 2022
1 parent d5e7e2f commit b9a001e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions web-server/v0.3/demo.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
<link rel="stylesheet" href="css/jschart.css"/>
</head>
<body>
<script src="http://d3js.org/d3.v3.min.js" charset="utf-8"></script>
<script src="http://d3js.org/d3-queue.v3.min.js" charset="utf-8"></script>
<script src="https://d3js.org/d3.v3.min.js" charset="utf-8"></script>
<script src="https://d3js.org/d3-queue.v3.min.js" charset="utf-8"></script>
<script src="js/jschart.js" charset="utf-8"></script>
<script src="other.js/saveSvgAsPng.js" charset="utf-8"></script>
<div id='jschart_histogram'>
Expand Down

0 comments on commit b9a001e

Please sign in to comment.