Skip to content

Commit

Permalink
Remove unused extension (#129)
Browse files Browse the repository at this point in the history
Removes heaps of errors in browser console
  • Loading branch information
podliashanyk authored Jun 19, 2024
1 parent 5a2999f commit af37ffa
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion src/howitz/templates/includes/scripts.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@

<script src="https://unpkg.com/htmx.org/dist/ext/class-tools.js"></script>
<script src="https://unpkg.com/htmx.org/dist/ext/multi-swap.js"></script>
<script src="https://unpkg.com/htmx.org/dist/ext/disable-element.js"></script>
<script src="https://unpkg.com/htmx.org/dist/ext/loading-states.js"></script>
<script src="https://unpkg.com/htmx.org/dist/ext/response-targets.js"></script>

Expand Down
2 changes: 1 addition & 1 deletion src/howitz/templates/views/events.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

{% block page_title %} Events {% endblock %}

{% block extensions %}class-tools, multi-swap, disable-element, loading-states, response-targets{% endblock %}
{% block extensions %}class-tools, multi-swap, loading-states, response-targets{% endblock %}


{% block content %}
Expand Down
2 changes: 1 addition & 1 deletion src/howitz/templates/views/login.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

{% block page_title %} Login {% endblock %}

{% block extensions %}class-tools, multi-swap, disable-element, loading-states, response-targets{% endblock %}
{% block extensions %}class-tools, multi-swap, loading-states, response-targets{% endblock %}

{% block content %}

Expand Down

0 comments on commit af37ffa

Please sign in to comment.