Fix: bootstrap.js file
Replaced `bootstrap.min.js` with `bootstrap.bundle.min.js`
This commit is contained in:
parent
1a5f8f52b1
commit
bac2c440f1
7
static/js/bootstrap.bundle.min.js
vendored
Normal file
7
static/js/bootstrap.bundle.min.js
vendored
Normal file
File diff suppressed because one or more lines are too long
7
static/js/bootstrap.min.js
vendored
7
static/js/bootstrap.min.js
vendored
File diff suppressed because one or more lines are too long
@ -54,6 +54,6 @@
|
||||
</main>
|
||||
|
||||
{% include 'footer.html' %}
|
||||
<script src="{{ url_for('static', filename='js/bootstrap.min.js') }}"></script>
|
||||
<script src="{{ url_for('static', filename='js/bootstrap.bundle.min.js') }}"></script>
|
||||
</body>
|
||||
</html>
|
Loading…
Reference in New Issue
Block a user