Skip to content

Commit

Permalink
Merge pull request #912 from okaegi/yearly5
Browse files Browse the repository at this point in the history
alle logging Auswertungen  mit nur mit minified chart.js
  • Loading branch information
benderl committed Jan 17, 2021
2 parents ae43816 + e3ae5dc commit 98289af
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion web/logging/daily.php
Expand Up @@ -80,7 +80,7 @@

<!-- load Chart.js library -->

<script src="../js/Chart.bundle.js"></script>
<script src="../js/Chart.bundle.min.js"></script>
<script src="../js/hammerjs@2.0.8"></script>
<script src="../js/chartjs-plugin-zoom@0.7.4"></script>

Expand Down
2 changes: 1 addition & 1 deletion web/logging/index.php
Expand Up @@ -107,7 +107,7 @@

<!-- load Chart.js library -->

<script src="../js/Chart.bundle.js"></script>
<script src="../js/Chart.bundle.min.js"></script>
<script src="../js/hammerjs@2.0.8"></script>
<script src="../js/chartjs-plugin-zoom@0.7.4"></script>

Expand Down
2 changes: 1 addition & 1 deletion web/logging/monthly.php
Expand Up @@ -79,7 +79,7 @@
</footer>

<!-- load Chart.js library -->
<script src="../js/Chart.bundle.js"></script>
<script src="../js/Chart.bundle.min.js"></script>
<script src="../js/hammerjs@2.0.8"></script>
<script src="../js/chartjs-plugin-zoom@0.7.4"></script>
<!-- load Bootstrap-Datepicker library -->
Expand Down
2 changes: 1 addition & 1 deletion web/logging/yearly.php
Expand Up @@ -77,7 +77,7 @@
</footer>

<!-- load Chart.js library -->
<script src="../js/Chart.bundle.js"></script>
<script src="../js/Chart.bundle.min.js"></script>
<script src="../js/hammerjs@2.0.8"></script>
<script src="../js/chartjs-plugin-zoom@0.7.4"></script>
<!-- load Bootstrap-Datepicker library -->
Expand Down

0 comments on commit 98289af

Please sign in to comment.