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 5360bf8..e3b2454 100644 --- a/app/templates/annotate/index.html +++ b/app/templates/annotate/index.html @@ -51,7 +51,7 @@ {% block scripts %} {{ super() }} - <script src="//d3js.org/d3.v5.min.js"></script> + <script src="{{ bootstrap_find_resource('d3.v5.js', cdn='d3', use_minified=True) }}"></script> <script src="{{ url_for('static', filename='js/updateTable.js') }}"></script> <script src="{{ url_for('static', filename='js/buttons.js') }}"></script> {% if is_multi %} |
