Skip to content

Commit

Permalink
corrected error in the chart path in the charts pages (#1581)
Browse files Browse the repository at this point in the history
  • Loading branch information
msalasch authored and almasaeed2010 committed Oct 26, 2017
1 parent f0421f5 commit c3fb2e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/charts/chartjs.html
Original file line number Diff line number Diff line change
Expand Up @@ -704,7 +704,7 @@ <h3 class="control-sidebar-heading">Chat Settings</h3>
<!-- Bootstrap 3.3.7 -->
<script src="../../bower_components/bootstrap/dist/js/bootstrap.min.js"></script>
<!-- ChartJS -->
<script src="../../bower_components/Chart.js/Chart.js"></script>
<script src="../../bower_components/chart.js/Chart.js"></script>
<!-- FastClick -->
<script src="../../bower_components/fastclick/lib/fastclick.js"></script>
<!-- AdminLTE App -->
Expand Down

0 comments on commit c3fb2e2

Please sign in to comment.