Fix location of Bootstrap JS
Replace Bootstrap by BS Bundle
This commit is contained in:
parent
40023b6097
commit
8a9c5ded43
2 changed files with 3 additions and 3 deletions
4
static/vendor/js/bootstrap.min4.2.1.js
vendored
4
static/vendor/js/bootstrap.min4.2.1.js
vendored
File diff suppressed because one or more lines are too long
|
@ -344,7 +344,7 @@
|
|||
<script src="{% static "vendor/js/jquery-3.3.1.min.js" %}"></script>
|
||||
<script src="{% static "vendor/js/jquery.magnific-popup.min.js" %}"></script>
|
||||
<script src="{% static "vendor/js/jquery.mCustomScrollbar.concat.min.js" %}"></script>
|
||||
<script src="{% static "frontend/js/bootstrap.min4.2.1.js" %}"></script>
|
||||
<script src="{% static "vendor/js/bootstrap.min4.2.1.js" %}"></script>
|
||||
<script src="{% static "vendor/js/jquery.flexslider.js" %}"></script>
|
||||
<script src="{% static "vendor/js/bootstrap-datepicker.js" %}"></script>
|
||||
<script src="{% static "vendor/js/toastr.min.js" %}"></script>
|
||||
|
|
Loading…
Reference in a new issue