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
This commit is contained in:
Muhammad Iqmal 2017-11-26 23:43:54 +08:00 committed by Abdullah Almsaeed
parent 61dc63a6d5
commit 6d6d00a281

View file

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