Skip to content

Commit

Permalink
Upgrade Bootstrap to 5.3.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
lwesterhof committed Jul 28, 2023
1 parent 3fca2f6 commit f43e00e
Show file tree
Hide file tree
Showing 30 changed files with 2,433 additions and 15,461 deletions.
2 changes: 1 addition & 1 deletion general/templates/general/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<link rel="stylesheet" href="{{ url_for('static', filename='css/yoda-portal.css') }}">
{% block style %}{% endblock style %}

<script src="{{ url_for('static', filename='lib/bootstrap-5.2.0/js/bootstrap.bundle.min.js') }}"></script>
<script src="{{ url_for('static', filename='lib/bootstrap-5.3.1/js/bootstrap.bundle.min.js') }}"></script>
<script src="{{ url_for('static', filename='js/yoda.js') }}"></script>
{% if g.user %}
<script src="{{ url_for('static', filename='lib/jquery-3.7.0/jquery-3.7.0.min.js') }}"></script>
Expand Down
7 changes: 3 additions & 4 deletions static/css/yoda-portal.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion static/css/yoda-portal.css.map

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion static/lib/bootstrap-5.2.0/js/bootstrap.bundle.js.map

This file was deleted.

7 changes: 0 additions & 7 deletions static/lib/bootstrap-5.2.0/js/bootstrap.bundle.min.js

This file was deleted.

1 change: 0 additions & 1 deletion static/lib/bootstrap-5.2.0/js/bootstrap.bundle.min.js.map

This file was deleted.

1 change: 0 additions & 1 deletion static/lib/bootstrap-5.2.0/js/bootstrap.esm.js.map

This file was deleted.

7 changes: 0 additions & 7 deletions static/lib/bootstrap-5.2.0/js/bootstrap.esm.min.js

This file was deleted.

1 change: 0 additions & 1 deletion static/lib/bootstrap-5.2.0/js/bootstrap.esm.min.js.map

This file was deleted.

1 change: 0 additions & 1 deletion static/lib/bootstrap-5.2.0/js/bootstrap.js.map

This file was deleted.

7 changes: 0 additions & 7 deletions static/lib/bootstrap-5.2.0/js/bootstrap.min.js

This file was deleted.

1 change: 0 additions & 1 deletion static/lib/bootstrap-5.2.0/js/bootstrap.min.js.map

This file was deleted.

Loading

0 comments on commit f43e00e

Please sign in to comment.