Skip to content
This repository was archived by the owner on Jun 9, 2020. It is now read-only.

Commit 76c8f2f

Browse files
committed
Fix https
1 parent 5e88f3b commit 76c8f2f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

resources/views/global.twig

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,8 @@
7474
</article>
7575
{% endblock %}
7676
{% block scripts %}
77-
<script src="http://d3js.org/d3.v3.min.js"></script>
78-
<script src="http://d3js.org/topojson.v1.min.js"></script>
77+
<script src="https://d3js.org/d3.v3.min.js"></script>
78+
<script src="https://d3js.org/topojson.v1.min.js"></script>
7979
<script src="/assets/js/d3.tip.js"></script>
8080
<script>
8181
batch_regions = [

0 commit comments

Comments
 (0)