Skip to content

Commit

Permalink
Fix gauge.js not found error
Browse files Browse the repository at this point in the history
  • Loading branch information
krzysiekpiasecki committed Jun 2, 2016
1 parent e74d367 commit 7d90c44
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/Resources/views/gentelella/index.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -989,7 +989,7 @@
<!-- Chart.js -->
<script src="{{ asset('assets/vendors/Chart.js/dist/Chart.min.js') }}"></script>
<!-- gauge.js -->
<script src="{{ asset('assets/vendors/bernii/gauge.js/dist/gauge.min.js') }}"></script>
<script src="{{ asset('assets/vendors/gauge.js/dist/gauge.min.js') }}"></script>
<!-- bootstrap-progressbar -->
<script src="{{ asset('assets/vendors/bootstrap-progressbar/bootstrap-progressbar.min.js') }}"></script>
<!-- iCheck -->
Expand Down
2 changes: 1 addition & 1 deletion app/Resources/views/gentelella/index3.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -857,7 +857,7 @@
<script src="{{ asset('assets/vendors/raphael/raphael.min.js') }}"></script>
<script src="{{ asset('assets/vendors/morris.js/morris.min.js') }}"></script>
<!-- gauge.js -->
<script src="{{ asset('assets/vendors/bernii/gauge.js/dist/gauge.min.js') }}"></script>
<script src="{{ asset('assets/vendors/gauge.js/dist/gauge.min.js') }}"></script>
<!-- bootstrap-progressbar -->
<script src="{{ asset('assets/vendors/bootstrap-progressbar/bootstrap-progressbar.min.js') }}"></script>
<!-- Skycons -->
Expand Down

0 comments on commit 7d90c44

Please sign in to comment.