mirror of https://github.com/ColorlibHQ/AdminLTE
corrected error in the chart path in the charts pages (#1581)
parent
f0421f5b36
commit
c3fb2e2bcd
|
@ -704,7 +704,7 @@
|
||||||
<!-- Bootstrap 3.3.7 -->
|
<!-- Bootstrap 3.3.7 -->
|
||||||
<script src="../../bower_components/bootstrap/dist/js/bootstrap.min.js"></script>
|
<script src="../../bower_components/bootstrap/dist/js/bootstrap.min.js"></script>
|
||||||
<!-- ChartJS -->
|
<!-- ChartJS -->
|
||||||
<script src="../../bower_components/Chart.js/Chart.js"></script>
|
<script src="../../bower_components/chart.js/Chart.js"></script>
|
||||||
<!-- FastClick -->
|
<!-- FastClick -->
|
||||||
<script src="../../bower_components/fastclick/lib/fastclick.js"></script>
|
<script src="../../bower_components/fastclick/lib/fastclick.js"></script>
|
||||||
<!-- AdminLTE App -->
|
<!-- AdminLTE App -->
|
||||||
|
|
Loading…
Reference in New Issue