diff options
| author | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2019-08-30 11:42:58 +0100 |
|---|---|---|
| committer | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2019-08-30 11:42:58 +0100 |
| commit | 7a338dcdf3cb8d8a9e5e7855ad1402336cd4ee79 (patch) | |
| tree | 6c7bd3147a6dac28442a937196aa6ad63578dad7 /app/templates/annotate | |
| parent | Add full name column to User table (diff) | |
| download | AnnotateChange-7a338dcdf3cb8d8a9e5e7855ad1402336cd4ee79.tar.gz AnnotateChange-7a338dcdf3cb8d8a9e5e7855ad1402336cd4ee79.zip | |
Serve all necessary resources locally
Diffstat (limited to 'app/templates/annotate')
| -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 %} |
