Skip to content

Commit

Permalink
updated jquery version (#856)
Browse files Browse the repository at this point in the history
Co-authored-by: Barry Daniels <[email protected]>
  • Loading branch information
barrydaniels-nl and gurustacks authored Jul 24, 2024
1 parent 53ff037 commit f6e9617
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/templates/dso_api/dynamic_api/api.html
Original file line number Diff line number Diff line change
Expand Up @@ -392,7 +392,7 @@ <h5>Bronhouder: {{ authorization_grantor|default_if_none:"Onbekend"}}</h5>
const OAUTHURI = "{{ oauth_url }}"
</script>
<script src="{% static "dso_api/dynamic_api/js/browsable_api.js" %}"></script>
<script src="{% static "rest_framework/js/jquery-3.5.1.min.js" %}"></script>
<script src="{% static "rest_framework/js/jquery-3.7.1.min.js" %}"></script>
<script src="{% static "rest_framework/js/ajax-form.js" %}"></script>
<script src="{% static "rest_framework/js/csrf.js" %}"></script>
<script src="{% static "rest_framework/js/bootstrap.min.js" %}"></script>
Expand Down

0 comments on commit f6e9617

Please sign in to comment.