1
0
mirror of https://github.com/ae-utbm/sith.git synced 2025-07-09 03:25:18 +00:00

renamed polyfill-index.ts to country-flags-index.ts

This commit is contained in:
Kenneth SOARES 2025-03-05 20:13:20 +01:00
parent bf0779a096
commit bff6513192
2 changed files with 1 additions and 1 deletions
core
static/bundled
templates/core

@ -23,7 +23,7 @@
<script type="module" src={{ static("bundled/core/components/include-index.ts") }}></script>
<script type="module" src="{{ static('bundled/alpine-index.js') }}"></script>
<script type="module" src="{{ static('bundled/htmx-index.js') }}"></script>
<script type="module" src="{{ static('bundled/polyfill-index.ts') }}"></script>
<script type="module" src="{{ static('bundled/country-flags-index.ts') }}"></script>
<!-- Jquery declared here to be accessible in every django widgets -->
<script src="{{ static('bundled/vendored/jquery.min.js') }}"></script>