Skip to content

Commit

Permalink
Upgrade vendored bootstrap to v5.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasjuhrich committed Oct 7, 2023
1 parent e6d341d commit 8a2b761
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 13 deletions.
11 changes: 6 additions & 5 deletions sipa/static/css/bootstrap.min.css

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions sipa/static/css/bootstrap.min.css.map

Large diffs are not rendered by default.

7 changes: 7 additions & 0 deletions sipa/static/js/bootstrap.bundle.min.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions sipa/static/js/bootstrap.bundle.min.js.map

Large diffs are not rendered by default.

7 changes: 0 additions & 7 deletions sipa/static/js/bootstrap.min.js

This file was deleted.

2 changes: 1 addition & 1 deletion sipa/templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -442,7 +442,7 @@ <h2>
</footer>

<script src="{{ url_for("static", filename="js/jquery-2.1.1.min.js") }}"></script>
<script src="{{ url_for("static", filename="js/bootstrap.min.js") }}"></script>
<script src="{{ url_for("static", filename="js/bootstrap.bundle.min.js") }}"></script>
<script src="{{ url_for("static", filename="js/statuspage.js") }}"></script>
<script src="{{ url_for("static", filename="js/agdsn.js") }}"></script>
{% block custom_script %}{% endblock %}
Expand Down

0 comments on commit 8a2b761

Please sign in to comment.