Fix: bootstrap.js file

Replaced `bootstrap.min.js` with `bootstrap.bundle.min.js`
This commit is contained in:
Candifloss 2025-04-07 06:38:26 +05:30
parent 1a5f8f52b1
commit bac2c440f1
3 changed files with 8 additions and 8 deletions

7
static/js/bootstrap.bundle.min.js vendored Normal file

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -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>