Skip to content

Commit

Permalink
Upgraded jQuery
Browse files Browse the repository at this point in the history
  • Loading branch information
Mstiekema committed May 31, 2024
1 parent 4251d70 commit 7082545
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion admin_board_view/templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<link rel="stylesheet" href="{% static 'AdminBoardView/styles.css' %}" type="text/css" title="Default Styles" media="screen">

<!-- JS -->
{% comment %} <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script> {% endcomment %}
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.7.1/jquery.min.js"></script>
</script>
<script type="text/javascript" src="{% static 'AdminBoardView/script.js' %}" defer></script>

Expand Down

0 comments on commit 7082545

Please sign in to comment.