fixed js moduals

Signed-off-by: Ebbe Baß <ebbe.bass>
main
Ebbe Baß 2024-02-08 19:28:41 +01:00
parent b7fad138de
commit 2b0378feb3
2 changed files with 3 additions and 1 deletions

2
server/static/jquery.min.js vendored 100644

File diff suppressed because one or more lines are too long

View File

@ -59,7 +59,7 @@
<!-- Include Bootstrap JS and jQuery (assuming you've downloaded them locally) --> <!-- Include Bootstrap JS and jQuery (assuming you've downloaded them locally) -->
<script src="/static/jquery.min.js"></script> <script src="/static/jquery.min.js"></script>
<script src="/static/bootstrap.bundle.min.js"></script> <script src="/static/bootstrap/bootstrap.bundle.min.js"></script>
<script> <script>
$(document).ready(function () { $(document).ready(function () {
// Function to populate the tube list // Function to populate the tube list