Replace minified with standard chart.js to make bukuserver
DFSG compatible.
This commit is contained in:
parent
b3638d8c7e
commit
7a03a0c455
14384
bukuserver/static/bukuserver/js/Chart.js
vendored
Normal file
14384
bukuserver/static/bukuserver/js/Chart.js
vendored
Normal file
File diff suppressed because it is too large
Load Diff
10
bukuserver/static/bukuserver/js/Chart.min.js
vendored
10
bukuserver/static/bukuserver/js/Chart.min.js
vendored
File diff suppressed because one or more lines are too long
@ -217,7 +217,7 @@
|
||||
|
||||
{% block tail %}
|
||||
{{ super() }}
|
||||
<script src="{{url_for('static', filename='bukuserver/js/Chart.min.js')}}"></script>
|
||||
<script src="{{url_for('static', filename='bukuserver/js/Chart.js')}}"></script>
|
||||
<script>
|
||||
var ctx = document.getElementById("mostCommonChart").getContext('2d');
|
||||
var netlocChart = new Chart(ctx, {
|
||||
|
Loading…
Reference in New Issue
Block a user