Skip to content
Snippets Groups Projects
Commit ef82ce87 authored by Hervé  MENAGER's avatar Hervé MENAGER
Browse files

use bundle version of bootstrap including popper.js required for dropdowns

Former-commit-id: 3a0743eb00092028d6e4b2f61c24800329e2e8e9
parent 93e0b18f
No related branches found
No related tags found
No related merge requests found
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
<link rel="stylesheet" href="/static/css/ippidb-typeahead.css"> <link rel="stylesheet" href="/static/css/ippidb-typeahead.css">
<script src="/static/jquery/jquery-3.3.1.min.js"></script> <script src="/static/jquery/jquery-3.3.1.min.js"></script>
<script src="/static/bootstrap/js/bootstrap.min.js"></script> <script src="/static/bootstrap/js/bootstrap.bundle.min.js"></script>
<script src="/static/typeahead/typeahead.bundle.min.js"></script> <script src="/static/typeahead/typeahead.bundle.min.js"></script>
<script defer src="/static/font-awesome/js/fontawesome-all.min.js"></script> <script defer src="/static/font-awesome/js/fontawesome-all.min.js"></script>
<script src="/static/chartjs/Chart.bundle.js"></script> <script src="/static/chartjs/Chart.bundle.js"></script>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment