Skip to content

Commit dcb08a4

Browse files
committed
Bootstrap: update to v5.3.8
1 parent 73810aa commit dcb08a4

31 files changed

+52
-61
lines changed

general/templates/general/base-bare.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<link rel="stylesheet" href="{{ url_for('static', filename='css/yoda-portal.css') }}">
1616
{% block style %}{% endblock style %}
1717

18-
<script src="{{ url_for('static', filename='lib/bootstrap-5.3.6/js/bootstrap.bundle.min.js') }}"></script>
18+
<script src="{{ url_for('static', filename='lib/bootstrap-5.3.8/js/bootstrap.bundle.min.js') }}"></script>
1919
<script src="{{ url_for('static', filename='js/yoda.js') }}"></script>
2020
{% if g.user %}
2121
<script src="{{ url_for('static', filename='lib/jquery-3.7.1/jquery-3.7.1.min.js') }}"></script>

general/templates/general/base.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<link rel="stylesheet" href="{{ url_for('static', filename='css/yoda-portal.css') }}">
1515
{% block style %}{% endblock style %}
1616

17-
<script src="{{ url_for('static', filename='lib/bootstrap-5.3.6/js/bootstrap.bundle.min.js') }}"></script>
17+
<script src="{{ url_for('static', filename='lib/bootstrap-5.3.8/js/bootstrap.bundle.min.js') }}"></script>
1818
<script src="{{ url_for('static', filename='js/yoda.js') }}"></script>
1919
{% if g.user %}
2020
<script src="{{ url_for('static', filename='js/yoda-top-search.js') }}"></script>

static/css/yoda-portal.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

static/css/yoda-portal.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

static/lib/bootstrap-5.3.6/js/bootstrap.bundle.js.map

Lines changed: 0 additions & 1 deletion
This file was deleted.

static/lib/bootstrap-5.3.6/js/bootstrap.bundle.min.js

Lines changed: 0 additions & 7 deletions
This file was deleted.

static/lib/bootstrap-5.3.6/js/bootstrap.bundle.min.js.map

Lines changed: 0 additions & 1 deletion
This file was deleted.

static/lib/bootstrap-5.3.6/js/bootstrap.esm.js.map

Lines changed: 0 additions & 1 deletion
This file was deleted.

static/lib/bootstrap-5.3.6/js/bootstrap.esm.min.js

Lines changed: 0 additions & 7 deletions
This file was deleted.

static/lib/bootstrap-5.3.6/js/bootstrap.esm.min.js.map

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)