Skip to content

Commit

Permalink
Upgrade jQuery to 3.7.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
lwesterhof committed Jul 26, 2023
1 parent 5bc0857 commit 190b007
Show file tree
Hide file tree
Showing 7 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion general/templates/general/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<script src="{{ url_for('static', filename='lib/bootstrap-5.2.0/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.6.4/jquery-3.6.4.min.js') }}"></script>
<script src="{{ url_for('static', filename='lib/jquery-3.7.0/jquery-3.7.0.min.js') }}"></script>
{% endif %}
<script>
Yoda.csrf = {tokenName: 'csrf_token', tokenValue: '{{ csrf_token() }}'};
Expand Down
2 changes: 1 addition & 1 deletion group_manager/templates/group_manager/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
{% endblock style %}

{% block scripts %}
<script src="{{ url_for('static', filename='lib/jquery-3.6.4/jquery-migrate-3.4.1.min.js') }}"></script>
<script src="{{ url_for('static', filename='lib/jquery-migrate-3.4.1/jquery-migrate-3.4.1.min.js') }}"></script>
<script src="{{ url_for('group_manager_bp.static', filename='js/group_manager.js') }}"></script>
<script src="{{ url_for('group_manager_bp.static', filename='lib/select2/select2.min.js') }}"></script>
<script>
Expand Down
2 changes: 1 addition & 1 deletion intake/templates/intake/intake.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
{% endblock style %}

{% block scripts %}
<script src="{{ url_for('static', filename='lib/jquery-3.6.4/jquery-migrate-3.4.1.min.js') }}"></script>
<script src="{{ url_for('static', filename='lib/jquery-migrate-3.4.1/jquery-migrate-3.4.1.min.js') }}"></script>
<script src="{{ url_for('intake_bp.static', filename='scripts/jquery.dataTables.min.js') }}"></script>
<script src="{{ url_for('intake_bp.static', filename='scripts/dataTables.bootstrap.js') }}"></script>
<script src="{{ url_for('intake_bp.static', filename='scripts/dataTables.bootstrapPagination-3.js') }}"></script>
Expand Down
2 changes: 0 additions & 2 deletions static/lib/jquery-3.6.4/jquery-3.6.4.min.js

This file was deleted.

2 changes: 2 additions & 0 deletions static/lib/jquery-3.7.0/jquery-3.7.0.min.js

Large diffs are not rendered by default.

0 comments on commit 190b007

Please sign in to comment.