Skip to content

Commit

Permalink
chore: Also bump the version reference for jquery
Browse files Browse the repository at this point in the history
  • Loading branch information
Amund211 committed Apr 18, 2023
1 parent a65a673 commit 642f2ff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion groupfixer/templates/control_panel.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

{% block more_head %}

<script src="{% static 'js/jquery-3.4.1.min.js' %}"></script>
<script src="{% static 'js/jquery-3.6.4.min.js' %}"></script>
<script>
$(document).ready(function(){
$("#run_alg").submit(function(){
Expand Down
2 changes: 1 addition & 1 deletion groupfixer/templates/mainpage.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
{% block title %}Faddergrupper{% endblock %}

{% block more_head %}
<script src="{% static 'js/jquery-3.4.1.min.js' %}"></script>
<script src="{% static 'js/jquery-3.6.4.min.js' %}"></script>
<script src="https://www.google.com/recaptcha/api.js" async defer></script>
<script>
function onSubmit(token) {
Expand Down

0 comments on commit 642f2ff

Please sign in to comment.