Merge pull request #310 from szlin/master

Fix: Replace minified with standard chart.js to make bukuserver DFSG compatible.
This commit is contained in:
Arun Prakash Jana 2018-08-29 22:21:22 +05:30 committed by GitHub
commit 21e6960a96
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 14385 additions and 11 deletions

14384
bukuserver/static/bukuserver/js/Chart.js vendored Normal file

File diff suppressed because it is too large Load Diff

File diff suppressed because one or more lines are too long

View File

@ -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, {