Skip to content

Commit

Permalink
use https for external libraries in debug page (#95)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewharvey authored and mourner committed Mar 9, 2018
1 parent 1cc6b22 commit 523366f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion debug/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

<body>
<script src='../geojson-vt-dev.js'></script>
<script src="http://d3js.org/topojson.v1.min.js"></script>
<script src="https://d3js.org/topojson.v1.min.js"></script>
<canvas id="canvas"></canvas>
<button id="back">&larr;</button>
<script src="viz.js"></script>
Expand Down

0 comments on commit 523366f

Please sign in to comment.