aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--newspipe/templates/history.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/newspipe/templates/history.html b/newspipe/templates/history.html
index 0bb8aa8d..153c2f11 100644
--- a/newspipe/templates/history.html
+++ b/newspipe/templates/history.html
@@ -1,7 +1,7 @@
{% extends "layout.html" %}
{% block head %}
{{ super() }}
-<script src="{{ url_for('static', filename='npm_components/chart.js/dist/chart.min.js') }}"></script>
+<script src="{{ url_for('static', filename='npm_components/chart.js/dist/chart.umd.js') }}"></script>
<style>
.chart-container {
display: block;
bgstack15