Skip to content

Commit

Permalink
Fix Missing Chart.js File (#1738)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
iqmal852 authored and almasaeed2010 committed Nov 26, 2017
1 parent 61dc63a commit 6d6d00a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index2.html
Original file line number Diff line number Diff line change
Expand Up @@ -1562,7 +1562,7 @@ <h3 class="control-sidebar-heading">Chat Settings</h3>
<!-- 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 -->
Expand Down

0 comments on commit 6d6d00a

Please sign in to comment.