Explorar o código

Fix Missing Chart.js File (#1738)

This PR will fix missing Chart.js on Index2.html. This missing file causes by typo which is written Chart.js where it should be chart.js
Muhammad Iqmal %!s(int64=7) %!d(string=hai) anos
pai
achega
6d6d00a281
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      index2.html

+ 1 - 1
index2.html

@@ -1562,7 +1562,7 @@
 <!-- SlimScroll -->
 <script src="bower_components/jquery-slimscroll/jquery.slimscroll.min.js"></script>
 <!-- ChartJS -->
-<script src="bower_components/Chart.js/Chart.js"></script>
+<script src="bower_components/chart.js/Chart.js"></script>
 <!-- AdminLTE dashboard demo (This is only for demo purposes) -->
 <script src="dist/js/pages/dashboard2.js"></script>
 <!-- AdminLTE for demo purposes -->