Skip to content

Commit

Permalink
refactor(core): drop the bootstrap-select javascript library
Browse files Browse the repository at this point in the history
Its not being used anywhere, we use the `bootstrap-multiselect` library
instead.
  • Loading branch information
b1rger committed Sep 30, 2024
1 parent 973afb4 commit 489bc96
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions apis_core/core/templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,6 @@
{% endblock favicons %}

{% block styles %}
<link rel="stylesheet"
href="//cdnjs.cloudflare.com/ajax/libs/bootstrap-select/1.13.1/css/bootstrap-select.min.css" />
<link rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/bootstrap-multiselect/0.9.15/css/bootstrap-multiselect.css" />
<link rel="stylesheet"
Expand Down Expand Up @@ -243,8 +241,6 @@

{% block scripts %}
{% include "partials/bootstrap4_js.html" %}
<script type="text/javascript"
src="//cdnjs.cloudflare.com/ajax/libs/bootstrap-select/1.13.1/js/bootstrap-select.min.js"></script>
<script src="https://unpkg.com/[email protected]"></script>
<script>
document.body.addEventListener('htmx:beforeSwap', function(event) {
Expand Down

0 comments on commit 489bc96

Please sign in to comment.