Skip to content

Commit

Permalink
Remove jquery from project
Browse files Browse the repository at this point in the history
  • Loading branch information
henhuy committed Mar 1, 2024
1 parent 24fc9fe commit 9e62291
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion sedos_dashboard/templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@
{# Placed at the top of the document so pages load faster with defer #}
{% block javascript %}
<!-- Bootstrap JS -->
<script defer src="{% static "vendors/jquery/js/jquery.min.js" %}"></script>
<script defer src="{% static "vendors/bootstrap/js/bootstrap.min.js" %}"></script>
{# <script defer src="{% static "vendors/bootstrap-select/js/bootstrap-select.js" %}"></script>#}
<!-- Your stuff: Third-party javascript libraries go here -->
Expand Down

0 comments on commit 9e62291

Please sign in to comment.