aboutsummaryrefslogtreecommitdiff
path: root/app/templates
diff options
context:
space:
mode:
authorGertjan van den Burg <gertjanvandenburg@gmail.com>2019-04-01 15:16:40 +0100
committerGertjan van den Burg <gertjanvandenburg@gmail.com>2019-04-01 15:16:40 +0100
commit7690862e3c4ac59cf6f31b4165f316f1a15817de (patch)
treeb428d00c14f01d65465b0719ccc8759c7d573a47 /app/templates
parenthandle zero division properly (diff)
downloadAnnotateChange-7690862e3c4ac59cf6f31b4165f316f1a15817de.tar.gz
AnnotateChange-7690862e3c4ac59cf6f31b4165f316f1a15817de.zip
fetch d3 over https
Diffstat (limited to 'app/templates')
-rw-r--r--app/templates/annotate/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/templates/annotate/index.html b/app/templates/annotate/index.html
index 793549a..ea09ccc 100644
--- a/app/templates/annotate/index.html
+++ b/app/templates/annotate/index.html
@@ -75,7 +75,7 @@
{# Based on: https://github.com/benalexkeen/d3-flask-blog-post/blob/master/templates/index.html #}
{# And: https://bl.ocks.org/mbostock/35964711079355050ff1 #}
-<script src="http://d3js.org/d3.v5.min.js"></script>
+<script src="https://d3js.org/d3.v5.min.js"></script>
<script>
var data = {{ data.chart_data | safe }};
var n = 0;