diff options
Diffstat (limited to 'app/templates/annotate/index.html')
| -rw-r--r-- | app/templates/annotate/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/templates/annotate/index.html b/app/templates/annotate/index.html index ea09ccc..e2d0efc 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="https://d3js.org/d3.v5.min.js"></script> +<script src="//d3js.org/d3.v5.min.js"></script> <script> var data = {{ data.chart_data | safe }}; var n = 0; |
