Replace cdnjs with jsDelivr
This commit is contained in:
parent
8c32f199cc
commit
ff28aac77e
26 changed files with 34 additions and 34 deletions
|
|
@ -271,7 +271,7 @@
|
|||
</script>
|
||||
|
||||
<!-- Graphs -->
|
||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/Chart.js/2.7.1/Chart.min.js"></script>
|
||||
<script src="https://cdn.jsdelivr.net/npm/chart.js@2.7.1/dist/Chart.min.js"></script>
|
||||
<script>
|
||||
var ctx = document.getElementById("myChart");
|
||||
var myChart = new Chart(ctx, {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue