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/admin/annotations_by_dataset.html | |
| 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/admin/annotations_by_dataset.html')
| -rw-r--r-- | app/templates/admin/annotations_by_dataset.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/templates/admin/annotations_by_dataset.html b/app/templates/admin/annotations_by_dataset.html index fd64673..cd48519 100644 --- a/app/templates/admin/annotations_by_dataset.html +++ b/app/templates/admin/annotations_by_dataset.html @@ -12,7 +12,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> {% if is_multi %} <script src="{{ url_for('static', filename='js/makeChartMulti.js') }}"></script> {% else %} |
