diff options
| author | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2019-05-14 17:14:21 -0400 |
|---|---|---|
| committer | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2019-05-14 17:14:21 -0400 |
| commit | 33b63315c381afaef35208ea1f168fa6f42941b1 (patch) | |
| tree | 1c8431c35953302fe7ae68c0ba9f025d1d092a73 | |
| parent | Code formatting (diff) | |
| download | AnnotateChange-33b63315c381afaef35208ea1f168fa6f42941b1.tar.gz AnnotateChange-33b63315c381afaef35208ea1f168fa6f42941b1.zip | |
resource bugfix for firefox
| -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; |
