mirror of https://github.com/ColorlibHQ/AdminLTE
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.jspull/1544/head
parent
61dc63a6d5
commit
6d6d00a281
|
@ -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 -->
|
||||
|
|
Loading…
Reference in New Issue